Integrate Omnipay and Forte
Trexle connects Omnipay to Forte and 100+ other payment gateways using a single plugin for one time annual fee
Forte and Omnipay Integration Guide
To begin the integration process, merchants should contact their Forte representative who will provision their information to a sandbox account. Once provisioned, Forte sends the merchant an Account ID, Location ID, an API Access ID, and an API Secure Key for the sandbox environments. NOTE: The Location ID represents the same information as the Merchant ID in the Virtual Terminal.
For Live environment Forte’s REST services rely on Basic access authentication over HTTPS using an API Access ID and an API Secure Key as the username and password values. Forte will assign your APIAccessID and APISecureKey.
Take the credentials you just obtained from Forte and navigate to Trexle dashboard, click Payments Gateways and select Forte from the drop down menu as shown below.
Fill into your Forte credential and click Add Gateway. Click the Activate button next to Forte, 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.
Forte does not provide test card numbers but provides a sandbox environment for testing all/any cards without actually carrying out the actual transactions.
Forte Supported Countries
Forte 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 Forte and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Forte
Forte Payment Systems is a leading provider of innovative electronic payment solutions. Offering unique and scalable enterprise-class solutions, Forte helps organizations of all sizes build, manage and perfect the way they take payments. A truly omni-channel payments provider with solutions for every potential point of sale, Forte offers full stack APIs and dynamic processing services for developers and merchants who seek comprehensive and robust web, mobile and retail options.
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.