Integrate Omnipay and Usaepay
Trexle connects Omnipay to Usaepay and 100+ other payment gateways using a single plugin for one time annual fee
Usaepay and Omnipay Integration Guide
To integrate USAePay, you will need the following credentials: API key and PIN.
To obtain these credentials, log to your USAePay Merchant portal.
From your home page, click on “Settings” in the menu. In the sub menu, press “API Keys”
Press the “Add API key” button
On the API Keys Editor page:
Add a Name for your website
A PIN is required for integration, even though USAePay’s interface states it’s optional.
Add your store’s email to the “Email Merchant Receipt To” textarea
Press “Apply” to save the settings and stay on the editor page. Your key will be displayed.
Take the credentials you just obtained from Usaepay and navigate to Trexle dashboard, click Payments Gateways and select Usaepay from the drop down menu as shown below.
Fill into your Usaepay credential and click Add Gateway. Click the Activate button next to Usaepay, 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.
4000100011112224
4000100111112223
4000100211112222
4000100311112221
4000100411112220
4000100511112229
4000100611112228
4000100711112227
4000100811112226
4000100911112225
4000101011112222
4000101111112221
4000101211112220
4000101311112229
4000101411112228
4000101511112227
4000101611112226
- Exp/date – any future date
CVV code – any
Usaepay Supported Countries
Usaepay 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 Usaepay and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Usaepay
USAePay is a payment gateway that provides U.S. merchants the ability to accept credit cards easily, safely and securely online. By connecting their shop to USAePay gateway, processing system, online merchants ensure seamless onsite checkout experience for their customers.
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.