Omnipay

plus-sign-simple

Integrate Omnipay and Credorax

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

Credorax and Omnipay Integration Guide

On signup with Credorax you will receive a “Merchant Connectivity Details” document,

This document contains all the credentials you need to integrate your site with the Credorax Payment Gateway.

The main credentials supplied in this document are

  • Gateway MID
  • Signature Key
  • Terminal ID(s) – Credorax needs to activate the terminal ID(s), before they can be used. Talk to your account manager to get the terminal ID(s) activated.
  • gateway (Payment facilitators only) MID Name
  • Signature Key

After the first connection you will receive the Merchant Identifier and then you need to generate a Merchant Secret Key (unique to your site)

Once all these steps are completed you can fully integrate Credorax with your site.

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

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

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

Test cards are not provided publicly. After sign up, you can get test cards specific to your account from your account manager at Credorax.

Credorax Supported Countries

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

About Credorax

Credorax's unique NextGen Smart Acquiring & Payment Processing technology provides just the right value-added, end-to-end business services and tools required to help grow online businesses with maximum success. Employing the very latest risk management tools, Credorax merchants receive the best in online security and safety, ensuring optimal business growth and minimal losses in a fully PCI compliant environment. Licensed in all EU member states and enabled by NextGen technology, Credorax enables merchants to trade globally and settle locally.

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