This module allows you to accept credit card payments directly on your Drupal Commerce site by integrating with the Payeezy payment gateway. It supports both onsite and hosted payment methods.
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
- Install and activate Commerce Payeezy and Libraries modules.
- 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.
- 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