Omnipay

plus-sign-simple

Integrate Omnipay and Netpay

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

Netpay and Omnipay Integration Guide

To integrate Netpay Gateway, you will need the following credentials: Merchant Id and API Integration Username.

You will receive these credentials by email when you open an account with Netpay, but you can also find them by logging to your

Netpay Merchant Portal.

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

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

To integrate Netpay 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.

  • Amex non Safekey          340353278080900             Amex Expiry date driven card
  • Amex Safekey   345678901234564             Amex Expiry date driven card
  • Laser     6771171146509164           Expiry driven card
  • Maestro               6759010012345678914    Expiry driven card (3ds registered)
  • Maestro               675938410597000022      Expiry driven card
  • Maestro               6759000968432575           Expiry driven card
  • Maestro               6759173972560846           Expiry driven card
  • Maestro int’l      5000008602179457569    Expiry driven card
  • Mastercard credit            5301250070000050           Expiry driven card
  • Mastercard credit            5454609899026213           Expiry driven card
  • Mastercard credit            5123456789012346           Expiry driven card (3ds registered)
  • Mastercard debit             5133333333333338           Expiry driven card (3ds not available)
  • Mastercard debit             5111111111111118           Expiry driven card (not 3ds registered)
  • Mastercard         2223000000000023           Expiry driven card
  • Visa        491748000000    Expiry driven card. Fails Mod 10
  • Visa Credit          4715059999000437           Expiry driven card credit
  • Visa Debit            4917480000000008           Expiry driven card
  • Visa Debit            4539791001730106           Expiry driven card (3ds registered)
  • Visa Debit            4508750015741019           Expiry driven card

 

Netpay Supported Countries

Netpay 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 Netpay and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.

About Netpay

NetPay is an award-winning payment gateway service provider. Offering a range of face to face, online and over the phone payment services, they deliver differentiation through their market leading technology, focusing on the functionality, security and meeting a wide range of merchant needs.

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