Combine your current Magento 2 Commerce installation with ArtsPay and FatZebra for a payments solution that gives back to the arts.
Overview
FULL INSTALLATION GUIDE ON GITHUB HERE
The PMNTS Magento 2 module provides a simple integration method for Magento 2.x with the Fat Zebra, Cloud Payments and PMNTS gateway services. This module includes support for the following functionality:
- IFRAME card details capture for de-scoping of PCI requirements
- Card tokenization and one-click saved card payment using the Magento Vault
- Refunds of orders through Magento
- Fraud screening of transactions
Fraud Screening of transactions is performed through the payment gateway inline with the payment request and has four possible outcomes:
- Accept – the fraud screening considers the transaction legitimate and the transaction is attempted with the bank.
- Challenge – the fraud screening considers the transaction to be moderate risk and the merchant should review the transaction and the fraud messages to determine whether to cancel/refund the order or fulfil it.
- Deny – the fraud screening considers the transaction to be high risk (or a predefined DENY rule has been triggered) and the order has been prevented form processing.
Installation
Installation of the module can be performed using composer, or manually.
FULL INSTALLATION GUIDE ON GITHUB HERE
Related articles