Integrate Omnipay and Payu Latam
Trexle connects Omnipay to Payu Latam and 100+ other payment gateways using a single plugin for one time annual fee
Payu Latam and Omnipay Integration Guide
For PayU Latam integration, you will need the following credentials: merchantId, API Login and API Key.
To retrieve these credentials, log to your PayU Latam account
Click on the Configuration tab in the header menu and then click on ‘Technical Information’
It will display all the credentials needed for PayU Latam integration.
Take the credentials you just obtained from Payu Latam and navigate to Trexle dashboard, click Payments Gateways and select Payu Latam from the drop down menu as shown below.
Fill into your Payu Latam credential and click Add Gateway. Click the Activate button next to Payu Latam, 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 – Simulator Matrix for basic 3DS Scenarios
- 4000015372250142
- 4000019562093601
- 4000019542438801
- 4000029520272445
MasterCard – Simulator Matrix for basic 3DS Scenarios
- 5100018609086541
- 5100013960913581
- 5100011063555010
- 5100022615342534
* you can use 01/2020 as expiry date and 123 as CVV
Payu Latam Supported Countries
Payu Latam 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 Latam and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Payu Latam
PayU Latam payment gateway allows merchants to process payments in Brazil, Mexico, Argentina, Colombia, Panama and Peru. PayU Latam is the Latin American operation of PayU Group, with additional operations in Eastern and Central Europe.
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.