Omnipay

plus-sign-simple

Integrate Omnipay and Iats Payments

Trexle connects Omnipay to Iats Payments and 100+ other payment gateways using a single plugin for one time annual fee

Iats Payments and Omnipay Integration Guide

For iATS Payments integration, you will need the following credentials: Client Sub-Code (6-Digits) and Password information.

When you open an account with iATS you will receive the above credentials in an e-mail:

To access these credentials online, log to your iATS payment account (refer to your email for Client Code, as you will need it to log in).

Click on the User profile > Account Setup


Your Client Code will be displayed here.

If you have forgotten or haven’t changed your temporary password, click on User Profile > Change Password

Take the credentials you just obtained from Iats Payments and navigate to Trexle dashboard, click Payments Gateways and select Iats Payments from the drop down menu as shown below.

Fill into your Iats Payments credential and click Add Gateway. Click the Activate button next to Iats Payments, and it will give you a success message and the button will turn into green. You should see something like below.

To integrate Iats Payments and Omnipay you need Trexle API keys

Download Trexle Omnipay driver from Trexle github repository and install Omnipay using composer by adding the following lines into your composer.json file.

{  "require": {  "omnipay/trexle": "~2.0"  }  }

Run composer to update your application dependencies.

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Now, test a sandbox transaction using the text cards below.

TEST CREDIT CARD NUMBERS: NORTH AMERICAN AND UK

To test the authorization and rejection responses related to a charge, use the following test credit card numbers:

Visa1 4111111111111111
Visa2 4222222222222220
MasterCard 5111111111111118
American Express 371111111111114
Discover 6011111111111117
CVV2 Any arbitrary 3 digits (4 digits for Amex)
Expiry Date Any arbitrary date later than today’s date

 

1To test the Authorization and Rejection responses related to a Charge
2To test the Auth responses related to both Charges and Refunds

Iats Payments Supported Countries

Iats Payments Supported Payment Processing Actions

✔ Purchase
✖ Authorize
✖ Capture
✖ Void
✔ Credit
✖ Recurring
✔ Card Store

Key Features

Credit Card Vault: securely store your customers sensitive credit card data using tokens.
Instant PCI-DSS Compliance: your customers credit card data never touches your site or server.
Multiple Gateway Support: Connect your Omnipay site to 100+ payment gateway

About Trexle

Trexle is a powerful online recurring subscription billing platform that integrate Iats Payments and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.

About Iats Payments

iATS Payments is a leading payment gateway for nonprofit organizations. iATS is popular in the US, UK, Canada and France and allows you to accept donation payments from 40+ countries. This following article will help you install and configure the add-on so you can accept donations with the iATS payment gateway quickly and easily.

About Omnipay

Omnipay is a payment processing library for PHP. It has been designed based on ideas from Active Merchant, plus experience implementing dozens of gateways for CI Merchant. It has a clear and consistent API, is fully unit tested, and even comes with an example application to get you started.

Cart