Integrate Omnipay and Bridgepay
Trexle connects Omnipay to Bridgepay and 100+ other payment gateways using a single plugin for one time annual fee
Bridgepay and Omnipay Integration Guide
Before you start, you need to get
your login – Your MyBridgePay login.
password or passwordEncrypted – Your MyBridgePay password or encrypted password value retrieved from the UAT environment.
purchaseToken – A previously acquired GUID from the BridgeComm ActionService (see the BridgeComm v2.3.4 or later documentation for details on acquiring a purchase token).
These are essential values you need to use when calling the Bridgepay API.
Take the credentials you just obtained from Bridgepay and navigate to Trexle dashboard, click Payments Gateways and select Bridgepay from the drop down menu as shown below.
Fill into your Bridgepay credential and click Add Gateway. Click the Activate button next to Bridgepay, 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.
Testing can be performed with the following test credit cards:
Card Type Number
MasterCard 5439750001500347
Visa 4005550000000019
Discover 60011111111111117
Diners 36999999999999
AMEX 374255312721002
Bridgepay Supported Countries
Bridgepay 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 Bridgepay and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Bridgepay
The BridgePay Gateway is one-to-many transactional gateway providing access to all major credit and debit card processors, ACH companies, and Gift and Loyalty providers with a single integration. This continually expanding list of processing partners includes First Data (Omaha, North, South, Nashville, and BUYPASS), TSYS, Chase Paymentech, Vantiv, Global Payments, WorldPay, Heartland Payments, Elavon, Spindle, ProfitStars, and SAGE among many more.
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.