Payeezy logo

This project is not covered by Drupal’s security advisory policy.

This module integrates Payeezy with Drupal Commerce to accept credit card payments on-site.

Installation

  • Install via Composer: `composer require drupal/commerce_payeezy. Then, configure your API keys in Commerce payment settings.
  • Configure your Payeezy credentials in /admin/commerce/config/payment-methods. For Drupal 7 setups, manually place the Payeezy PHP library in sites/all/libraries/payeezy-php and enable through UI or Drush commands.

Drupal 10 Documentation

The integration methods offered by this module are:

  • Hosted gateway (offsite)
  • Onsite payment gateway

See installation instructions in README.txt at http://cgit.drupalcode.org/commerce_payeezy/tree/README.txt?h=8.x-1.x

Drupal 7 Installation

  1. Install and activate Commerce Payeezy and Libraries modules.
  2. Download Payeezy library from GitHub and extract it to sites/all/libraries/payeezy-php so that you see the file sites/all/libraries/payeezy-php/vendor/autoload.php.
  3. Create an account at https://developer.payeezy.com/ and insert your API keys to Commerce Payeezy payment gateway settings at /admin/commerce/config/payment-methods.

Installation Using Drush

drush en commerce_payeezy -y
drush payeezy-download

Project information

Releases