Integrate Omnipay and Eway
Trexle connects Omnipay to Eway and 100+ other payment gateways using a single plugin for one time annual fee
Eway and Omnipay Integration Guide
eWAY requires Customer ID but If you’d like the ability to do refunds (credits), you’ll need to give eWAY your XML refund password since eWay requires it. Your eWAY Customer ID can be found in your MYeWAY account on the bottom of the screen, in the page footer. It can also be found on your monthly eWAY invoice that we send to you via email and on your eWAY welcome email.
You can setup the XML refund password through your MYeWAY account. Login to MYeWAY.
- Hover the mouse on the My Account tab at the top of the screen.
- Hover the mouse on eWAY Passwords and click on XML Refund Password.
- On this page you can enter a XML Refund Password.
Take the credentials you just obtained from Eway and navigate to Trexle dashboard, click Payments Gateways and select Eway from the drop down menu as shown below.
Fill into your Eway credential and click Add Gateway. Click the Activate button next to Eway, 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 card numbers with any future expiry date and any CVS code:
- Visa – 4444333322221111
- Mastercard – 5105105105105100 / 2223000048400011 / 2223520043560014
- Amex – 378282246310005
- Diners – 38520000023237 or 30569309025904
Eway Supported Countries
Eway 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 Eway and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Eway
eWAY is a global omnichannel payment provider, processing secure credit card payments for merchants around the world. eWAY processes payments both online and face-to-face with a range of eCommerce and SmartPOS payments solutions.
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.