commerce_paymetric_xiintercept
No security coverage
This module allows you to integrate your Drupal Commerce store with the Paymetric XiIntercept Payment Gateway. By adding this module to your Drupal commerce store you can process credit and debit card payments via a PCI Compliant method.
Key Features
- Supports PCI Compliant On-site Payment Method - The module provides a payment method using Paymetric XiIntercept's embedded IFrame Integration to collect payment information so that credit card details never touch the server, providing for a PCI-compliant method for capturing payments.
Installation and Configuration
Module Installation
Once you have installed the module (composer require 'drupal/commerce_paymetric_xiintercept:^1.0'), enable the module as you would like any Drupal 8 module:
- You can do this through the UI by going to /admin/modules or by running the drush command
drush en commerce_paymetric_xiintercept
Configuring Paymetric XiIntercept On-site Payment Method
You can process credit card payments by using the Paymetric XiIntercept On-site payment method type. The process is as follows:
- Go to /admin/commerce/config/payment-gateways
- Click on 'Add payment gateway'
- Select the 'Paymetric XiInterface IFrame' method from the Plugin list
- Give the payment gateway a name (ie. Credit Card)
- Select the payment mode to use, Test or Live, depending on your environment
- Enter the API Credentials from your Paymetric XiIntercept merchant account
- Click Save