Integrate Omnipay and Ingenico
Trexle connects Omnipay to Ingenico and 100+ other payment gateways using a single plugin for one time annual fee
Ingenico and Omnipay Integration Guide
For Ingenico (Ogone) integration you will need the following credentials: Ogone PSPID, SHA-IN passprharse and SHA-OUT passphrase.
PSPID stands for payment service provider ID. It’s the name you chose when you first registered with Ogone to identify the business your account is linked to.
To retrieve SHA-IN and SHA-OUT credentials, log to your Ingenico account. (You need your PSPID and password to log in.)
Go to Configuration > Technical Information > Data and Origin Verification
Click on the ‘Visible‘ button next to Sha-IN field to reveal the SHA-IN passphrase
Now navigate to Configuration > Technical Information > Transaction Feedback
Click on the ‘Visible‘ button next to Sha-OUT field to reveal the SHA-OUT passphrase
Take the credentials you just obtained from Ingenico and navigate to Trexle dashboard, click Payments Gateways and select Ingenico from the drop down menu as shown below.
Fill into your Ingenico credential and click Add Gateway. Click the Activate button next to Ingenico, 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.
o make test payments with split credit/debit cards, in every submission mode you can make use of the following test card numbers:
Brand | Type | Card number |
---|---|---|
MasterCard | Credit | 5399 9999 9999 9999 |
MasterCard | Debit | 5101 1695 7311 2521 |
MasterCard | Unknown | 5100 8678 7107 1536 |
VISA | Credit | 4000 0243 2959 6391 |
VISA | Debit | 4000 0685 5800 2134 |
VISA | Unknown | 4111 1111 1111 1111 |
Note: Although this is a generally accepted test card, if you have configured not to accept “unknown” card types, tests with this card number will be declined.
Ingenico Supported Countries
Ingenico 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 Ingenico and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Ingenico
Ingenico ePayments is part of Ingenico which is a France-based company, whose business is to provide the technology involved in secure electronic transactions. Its traditional business is based on the manufacture of point of sale (POS) payment terminals, but it also includes complete payment software and related services, also software for merchants.
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.