Integrate Omnipay and Federated Payments
Trexle connects Omnipay to Federated Payments and 100+ other payment gateways using a single plugin for one time annual fee
Federated Payments and Omnipay Integration Guide
The Federated Payments API works on simple authentication using the merchant username and password. When you signup with Federated Payments you will get your username and the password which can be used for accessing the API.
Take the credentials you just obtained from Federated Payments and navigate to Trexle dashboard, click Payments Gateways and select Federated Payments from the drop down menu as shown below.
Fill into your Federated Payments credential and click Add Gateway. Click the Activate button next to Federated Payments, 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.
Test Cards
* ===========================================
* Visa 4111111111111111
* MasterCard 5431111111111111
* DiscoverCard 6011601160116611
* American Express 341111111111111
* Credit Card Expiration: 10/10
* Amount: > 1.00
*
* Triggering Errors in Test Mode
* ===========================================
* To cause a declined message, pass an amount less than 1.00.
* To trigger a fatal error message, pass an invalid card number.
* To simulate an AVS Match, pass 888 in the address1 field, 77777 for zip.
* To simulate a CVV Match, pass 999 in the cvv field.
Federated Payments Supported Countries
Federated Payments 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 Federated Payments and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Federated Payments
Federated Payments is Canada’s leading provider of low cost processing and merchant account services for Independent Business Owners. They offer the latest EMV chip compliant equipment, profit building solutions including Gift Cards and Cash Advances to grow your business. Plus they have live world class customer support available if and when you need it.
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.