Integrate Omnipay and Cardknox
Trexle connects Omnipay to Cardknox and 100+ other payment gateways using a single plugin for one time annual fee
Cardknox and Omnipay Integration Guide
When you sign up with Cardknox, you will receive a unique id (API Key) which will identify you on every communication. This key is essential for all integration of Cardknox with any platform.
Other essential item for proper integration can be had from your account dashboard.
Take the credentials you just obtained from Cardknox and navigate to Trexle dashboard, click Payments Gateways and select Cardknox from the drop down menu as shown below.
Fill into your Cardknox credential and click Add Gateway. Click the Activate button next to Cardknox, 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 4242424242424242
Cardknox Supported Countries
Cardknox 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 Cardknox and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Cardknox
Cardknox was built for developers and we talk your language. With just a few lines of codes, their combination of API’s and out-of-scope SDK’s enables you to make systems EMV-ready and employ the highest level of PCI compliance. Cardknox intelligently analyzes and routes each transaction based on payment type, time of day, risk factor and a dozen other checks, ensuring more transactions are approved and processed efficiently.
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.