Integrate Omnipay and Paystation
Trexle connects Omnipay to Paystation and 100+ other payment gateways using a single plugin for one time annual fee
Paystation and Omnipay Integration Guide
For Paystation integration, you will need Paystation ID and Gateway ID.
Both of these credentials will be provided to you by email when you sign up with Paystation.
If you are not certain what your credentials are, contact Paystation at [email protected].
Take the credentials you just obtained from Paystation and navigate to Trexle dashboard, click Payments Gateways and select Paystation from the drop down menu as shown below.
Fill into your Paystation credential and click Add Gateway. Click the Activate button next to Paystation, 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
Card number: 5123456789012346
Expiry date: 0521 (MMYY)
CSC/CVV: 100 - Visa
Card number: 4987654321098769
Expiry date: 0521 (MMYY)
CSC/CVV: 100 - Visa – approved
Card number: 5555555555554444
Expiry date: 0521 (MMYY)
CSC/CVV: 100 - Mastercard – insufficient funds
Card number: 5105105105105100
Expiry date: 0521 (MMYY) (or a future date)
CSC/CVV: 100 - American Express – approved
Card number: 378282246310005
Expiry date: 0521 (MMYY)
CSC/CVV: 100 - American Express – insufficient funds
Card number: 371449635398431
Expiry date: 0521 (MMYY)
CSC/CVV: 100 - Diners – approved
Card number: 30569309025904
Expiry date: 0521 (MMYY)
CSC/CVV: 100 - Diners – insufficient funds
Card number: 38520000023237
Expiry date: 0521 (MMYY)
CSC/CVV: 100
Paystation Supported Countries
Paystation 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 Paystation and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Paystation
Paystation makes it easy to accept online payments through a fully branded, secure payment gateway, while at the same time reducing your operational costs. Paystation saves you time and money by streamlining your payment processing and allowing you to provide the best possible service to your customers.
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.