Integrate Omnipay and Payu Money
Trexle connects Omnipay to Payu Money and 100+ other payment gateways using a single plugin for one time annual fee
Payu Money and Omnipay Integration Guide
Credentials you will need for PayUmoney integration are Key and Salt.
Login to your PayU money dashboard and go to the Integration Details section as shown below.
Copy the Test Key-Salt and Authorization header from the Integration Details Page.
Make sure to copy appropriate Key/Salt values depending whether you need it for Test or Live environment.
Take the credentials you just obtained from Payu Money and navigate to Trexle dashboard, click Payments Gateways and select Payu Money from the drop down menu as shown below.
Fill into your Payu Money credential and click Add Gateway. Click the Activate button next to Payu Money, 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 4012001037141112 Exp Date: 05/20 CVV : 123
- Master 5123456789012346 Exp Date: 05/20 CVV : 123
Payu Money Supported Countries
Payu Money 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 Payu Money and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Payu Money
PayU Money is a leading online payment gateway in India, which started operations in October 2011. And, since then it has grown into the fastest growing consumer payment processor in the online payment space. As of now, PayU Money boasts of having more than 3000 merchants on board.
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.