Integrate Omnipay and Nab Transact
Trexle connects Omnipay to Nab Transact and 100+ other payment gateways using a single plugin for one time annual fee
Nab Transact and Omnipay Integration Guide
The credentials needed for NAB Transact integration are Merchant ID and transaction Password.
Once you have created your merchant account with National Australian Bank (NAB) Account , you will receive an activation email with your Live Direct Post and API credentials:
- Merchant ID or EPS Merchant
- Password
The email itself will contains credentials for your Live and Test API connection.
You will want the Live Direct Post and API credentials. They look like this in the email:
Live Direct Post and API Implementation
– Merchant ID (or “EPS_MERCHANT”): XXXXXXX
– Live Transaction Password: xxxxxxx
Take the credentials you just obtained from Nab Transact and navigate to Trexle dashboard, click Payments Gateways and select Nab Transact from the drop down menu as shown below.
Fill into your Nab Transact credential and click Add Gateway. Click the Activate button next to Nab Transact, and it will give you a success message and the button will turn into green. You should see something like below.
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.
- Visa – 4444333322221111
- Mastercard – 5105105105105100 / 2223000048400011 / 2223520043560014
- Amex – 378282246310005
- Diners – 38520000023237 or 30569309025904
Expiry: Any date after today
CVV: 123
Nab Transact Supported Countries
Nab Transact Supported Payment Processing Actions
✔ Authorize
✔ Capture
✔ Void
✔ Credit
✔ Recurring
✔ Card Store
Key Features
About Trexle
Trexle is a powerful online recurring subscription billing platform that integrate Nab Transact and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Nab Transact
Nab Transact Payment Gateway offers online merchants massive flexibility with highest level of safety, security and reliability. Also, it makes easy for the customers to use. It’s easy to integrate and extended. This payment gateway is perfect for all small, medium or big-sized online merchants.
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.