Omnipay

plus-sign-simple

Integrate Omnipay and Telr

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

Telr and Omnipay Integration Guide

For Telr payment gateway integration, you will need Merchant ID and API key.

To retrieve these credentials, login to your Telr Merchant Administration System 

Click on the API link in the header menu. You will find your Merchant ID and API key displayed at the top of Access Details list.

 

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

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

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

  • 4000 0000 0000 0002 Visa
  • 4111 1111 1111 1111 Visa
  • 4444 3333 2222 1111 Visa
  • 4444 4244 4444 4440 Visa
  • 4444 4444 4444 4448 Visa
  • 4012 8888 8888 1881 Visa
  • 5105 1051 0510 5100 Mastercard
  • 5454 5454 5454 5454 Mastercard
  • 5555 5555 5555 4444 Mastercard
  • 5555 5555 5555 5557 Mastercard
  • 5581 5822 2222 2229 Mastercard
  • 5641 8209 0009 7002 Maestro UK
  • 6767 0957 4000 0005 Solo
  • 3434 343434 34343 American Express
  • 3566 0020 2014 0006 JCB

The card security code (CVV) to use with the test cards is 123 (except for American Express, which should be 1234) for an authorized response. Oher codes will be declined.

Telr Supported Countries

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

About Telr

Telr is an award-winning payment aggregator based in UAE and provider of secure online payment processing gateway, enabling merchants to accept online payments across web, mobile devices and social media.

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