Integrate Omnipay and Moneris
Trexle connects Omnipay to Moneris and 100+ other payment gateways using a single plugin for one time annual fee
Moneris and Omnipay Integration Guide
Upon activation of your Moneris merchant account, you will receive an email from Moneris containing your Store ID and password. To integrate a Moneris gateway you will need Store ID and API Token. To obtain the API Token, go to https://esqa.moneris.com/mpg
- Login with your username (your e-mail from the developer portal), your store_ID, your dev portal password
- Click Admin menu
- Select Store Settings from the drop down menu
- Copy and paste the API token into a notepad or your code directly to avoid manual-entry typos.
Take the credentials you just obtained from Moneris and navigate to Trexle dashboard, click Payments Gateways and select Moneris from the drop down menu as shown below.
Fill into your Moneris credential and click Add Gateway. Click the Activate button next to Moneris, 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.
Use the following test card account numbers with any future expiry date:
CARD TYPE CARD NUMBER
Amex 373599005095005
Diners 36462462742008
MasterCard 5454545454545454
Visa 4242424242424242
Moneris Supported Countries
Moneris 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 Moneris and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Moneris
Moneris is Canada’s largest payment processor and acquirer of debit and credit card payments. Moneris was established in December 2000 as a joint venture between the Royal Bank of Canada and Bank of Montreal. The company is headquartered in Toronto, Ontario and has a contact centre in Sackville, New Brunswick. Moneris’ U.S. operations (formerly known as Harris Bank Merchant Services/The Charge-It-System) are based in Schaumburg, Illinois.
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.