Integrate Omnipay and Allied Wallet
Trexle connects Omnipay to Allied Wallet and 100+ other payment gateways using a single plugin for one time annual fee
Allied Wallet and Omnipay Integration Guide
Before you will be able to submit transactions to Allied Wallet, you will need an Allied Wallet merchant account for your website. Once you have a merchant account established, Allied Wallet will supply you with:
1. Merchant Id
2. Site Id
3. OAuth Bearer Token
These IDs uniquely identify your websites, customers, and payments. You will need to add the three credentials in AlliedWallet dropdown menu in Trexle payments gateways dashboard.
Take the credentials you just obtained from Allied Wallet and navigate to Trexle dashboard, click Payments Gateways and select Allied Wallet from the drop down menu as shown below.
Fill into your Allied Wallet credential and click Add Gateway. Click the Activate button next to Allied Wallet, 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.
Credit card number 4242424242424242
Cardholder’s name John J. Doe
Expiration Month 9
Expiration Year 2018
cVVCode 469
Other integrations between Allied-wallet and Omnipay
Allied Wallet Omnipay Module
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Allied Wallet support for Omnipay.
Allied Wallet offers customized payment solutions to businesses of any size. Allied Wallet provide payment processing services in 164 currencies, 196 countries, and nearly every payment method globally.
The extension is provided by Github and is Free
Allied Wallet Supported Countries
Allied Wallet 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 Allied Wallet and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Allied Wallet
Choose Allied Wallet as Your Premium Online Payment Gateway. Allied Wallet is one of the leading turnkey payment solution companies in the industry. With billions of dollars processed globally and millions of satisfied customers to our credit, you can have complete confidence that your transactions will be safe.
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.