Integrate Omnipay and Migs
Trexle connects Omnipay to Migs and 100+ other payment gateways using a single plugin for one time annual fee
Migs and Omnipay Integration Guide
For MIGS integration, you will need the following credentials: Merchant ID, Access Code and Secure Hash Secret.
Optionally, you might need AMA User and Password.
To obtain these credentials, log to your MIGS account. (access URL will be provided to you by your bank)
Navigate to Admin > Merchant Administration > Configuration Details to obtain Merchant ID, Access Code and Secure Secret.
To use direct refund functionality, you will need to have AMA Username and Password. To use Advanced Merchant Administration (AMA), you must be set up with the appropriate AMA privileges to run the transaction. Contact your bank to make sure/request this feature is added to your account.
Take the credentials you just obtained from Migs and navigate to Trexle dashboard, click Payments Gateways and select Migs from the drop down menu as shown below.
Fill into your Migs credential and click Add Gateway. Click the Activate button next to Migs, 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.
Mastercard Test Cards
Verified by Visa
The following “Visa Test Cases” table provides the expected outputs for each of the test cases for Verified by Visa and the test card numbers associated with each of the test cases:
Once you have logged into your consumer wallet account, which you’ve presumably already created by completing these instructions, add the test card number below for the test case that you would like to test.
Migs Supported Countries
Migs 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 Migs and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Migs
Mastercard Incorporated is an American multinational financial services corporation headquartered in the MasterCard International Global Headquarters, Purchase, New York, United States, in Westchester County. The Global Operations Headquarters is located in O'Fallon, Missouri, United States, a suburb of St. Louis, Missouri.
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.