Integrate Omnipay and Netregistry
Trexle connects Omnipay to Netregistry and 100+ other payment gateways using a single plugin for one time annual fee
Netregistry and Omnipay Integration Guide
To integrate Netregistry E-commerce gateway, you will need:
Merchant ID and Terminal ID (provided by your bank) or EB Number and Terminal ID (nab merchant)
You can also access these data by logging to your Netregistry console
and clicking on the Payment Gateway tab in the left menu.
Take the credentials you just obtained from Netregistry and navigate to Trexle dashboard, click Payments Gateways and select Netregistry from the drop down menu as shown below.
Fill into your Netregistry credential and click Add Gateway. Click the Activate button next to Netregistry, 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: 4111-1111-1111-1111
- MasterCard: 5431-1111-1111-1111
- Amex: 3 41-1111-1111-1111
In the name field, anything can be used. Please ensure you enter a valid expiry date, ie. six months in the future.
A successful transaction should say ‘declined’, as it is not a live card.
Netregistry Supported Countries
Netregistry 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 Netregistry and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Netregistry
Netregistry was founded in 1997 as a small start-up business and has grown to be one of the Australia’s most popular web host and domain name providers. Now, with their first-hand experience and knowledge, they aim to help other small to medium businesses achieve the same. Netregistry's payment gateway solution offers zero payment transaction fees and an unlimited number of transactions, making it the ideal solution for businesses looking for a long-term low cost solution.
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.