Integrate Omnipay and Payubiz
Trexle connects Omnipay to Payubiz and 100+ other payment gateways using a single plugin for one time annual fee
Payubiz and Omnipay Integration Guide
Take the credentials you just obtained from Payubiz and navigate to Trexle dashboard, click Payments Gateways and select Payubiz from the drop down menu as shown below.
Fill into your Payubiz credential and click Add Gateway. Click the Activate button next to Payubiz, 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.
Expiry date and CVV
For any of the cards below you can use:
01/2020 as expiry date
and
123 as CVV
- VISA – Simulator Matrix for basic 3DS Scenarios
Card Type | PAN | Card Enrolled | OTP Success | ECI | Description | Risk Setting: Fully Authenticated = OFF |
VISA 3DS test scenarios for 2 different 3DS authentication mode settings | Transaction Result | |||||
VISA | 4000015372250142 | YES | YES | 05 | Cardholder Authentication Success + Bank response success | Approved |
VISA | 4000019562093601 | YES | NO | Cardholder Authentication Failure | Transaction Failed | |
VISA | 4000019542438801 | NO | N/A | 06 | Issuer/Cardholder not participating | Transaction Successful |
VISA | 4000029520272445 | YES | YES | 05 | Cardholder Authentication Success + Bank response failure | Transaction Failed |
- MasterCard – Simulator Matrix for basic 3DS Scenarios
Card Type | PAN | Card Enrolled | OTP Success | ECI | Description | Risk Setting: Fully Authenticated = OFF |
---|---|---|---|---|---|---|
MasterCard 3DS test scenarios for 2 different 3DS authentication mode settings | Transaction Result | |||||
MasterCard | 5100018609086541 | YES | YES | 02 | Cardholder Authentication Success | Transaction Successful |
MasterCard | 5100013960913581 | YES | NO | Cardholder Authentication Failure | Transaction Failed | |
MasterCard | 5100011063555010 | NO | N/A | 01 | Issuer/Cardholder not participating | Transaction Successful |
MasterCard | 5100022615342534 | YES | YES | 02 | Cardholder Authentication Success + Bank response failure | Transaction Failed |
Payubiz Supported Countries
Payubiz 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 Payubiz and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Payubiz
Payubiz is a online payment solutions company based in India and offers state of the art payment gateway services with best conversion rates. PayUbiz was earlier known as PayU, it enables merchants to collect payments online with best in class features ad technology.
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.