Download the PHP package cloudcogsio/omnipay-firstatlanticcommerce-gateway without Composer
On this page you can find all versions of the php package cloudcogsio/omnipay-firstatlanticcommerce-gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cloudcogsio/omnipay-firstatlanticcommerce-gateway
More information about cloudcogsio/omnipay-firstatlanticcommerce-gateway
Files in cloudcogsio/omnipay-firstatlanticcommerce-gateway
Package omnipay-firstatlanticcommerce-gateway
Short Description First Atlantic Commerce (FAC) Payment Gateway Driver for Omnipay
License MIT
Informations about the package omnipay-firstatlanticcommerce-gateway
Omnipay - First Atlantic Commerce
First Atlantic Commerce gateway for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements First Atlantic Commerce (FAC) support for Omnipay.
Installation
Via Composer
Gateway Operation Defaults
This gateway driver operates in 3DS mode by default and requires a callback URL to be provided via the 'setReturnUrl' method. The return URL must then implement the 'acceptNotification' method to capture the transaction response from FAC.
The gateway can process non-3DS transactions by explicitly turning off 3DS during gateway configuration.
Usage
For general usage instructions, please see the main Omnipay repository.
Non-3DS Transactions (Direct Integration)
3DS Transactions (Direct Integration)
'returnUrl' required. URL must be https://
accept-notification.php Accept transaction response from FAC.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.