Omnipay

plus-sign-simple

Integrate Omnipay and Be2bill

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

Be2bill and Omnipay Integration Guide

First of all, you must have received your public API Key email, which contains technical information:

  • API key ID
  • API key
  • URL to be used with your sandbox credentials
REMINDER

The URL and credentials to use for your transactions depend on the processing environment. During the integration and QA phase, we strongly recommend you to use the sandbox credentials.

You must also have received your Be2bill Account’s credentials, which will be necessary to proceed the second step.

 

API KEY credentials

These identifiers are dedicated to specific online store configurations, as mobile application or SDK, and make it possible to carry out a restricted list of operations.

  • IDENTIFIERstring(1-32)

    Your processing account technical identifier.

  • APIKEYstring (16)

    The API key, private or public value (depending on the API KEY type) associated with an APIKEYID.

  • APIKEYIDstring (36)

    An ID associated to the APIKEY. This parameter must be included in each transaction request.

All these credentials need to setup in your account dashboard before you start using Be2Bill

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

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

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

CB OK : 5555556778250000

Problème bancaire : (idéal pour faire des tests complets)
CB KO : 5555557376384001 (Transaction refusée par le réseau bancaire)
CB KO : 5555554530114002 (Fonds insuffisants)
CB KO : 5555558726544005 (Suspicion de fraude)
CB KO : 5555550082334006 (Carte perdue)
CB KO : 5555553818524007 (Carte volée)

(Toutes les cartes de tests sont disponibles dans la doc technique fournie par Be2Bill)

Date d’expiration :  Mettre une date dans le futur.
Code de sécurité :  n’importe quelle combinaison de 3 chiffres

Be2bill Supported Countries

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

About Be2bill

Be2Bill provides the ability to optimise user experience and offer features that respond to the your clients' evolving practices. Be2Bill 360 degree overview of the payment process coupled with the collaborative approach they take to working the the merchants, enables them to analyse the data through powerful data engine minimising the risks of fraudlent transactions.

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