Omnipay

plus-sign-simple

Integrate Omnipay and 1stpaygateway

Trexle connects Omnipay to 1stpaygateway and 100+ other payment gateways using a single plugin for one time annual fee

1stpaygateway and Omnipay Integration Guide

To add 1stPayGateway you will need the Gateway Information which is what is used to identify the account, as well as the Transaction Center. You will need to generate a New Gateway ID the first time you use your 1stPayGateway account.

Note that generating a new gateway ID will render your old one useless. See an example below for Sandbox gateway IDs.

Take the credentials you just obtained from 1stpaygateway and navigate to Trexle dashboard, click Payments Gateways and select 1stpaygateway from the drop down menu as shown below.

Fill into your 1stpaygateway credential and click Add Gateway. Click the Activate button next to 1stpaygateway, and it will give you a success message and the button will turn into green. You should see something like below.

To integrate 1stpaygateway and Omnipay you need Trexle API keys

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.

For Sandbox test, put your 1st Payment Gateway account in test mode as shown below..

Use the typical Visa 4242424242424242 test card with any future expiry date and any 3-digits CVV2 code to test the customer checkout.

1stpaygateway Supported Countries

1stpaygateway Supported Payment Processing Actions

✔ Purchase
✔ Authorize
✔ Capture
✔ Void
✔ Credit
✔ Recurring
✔ Card Store

Key Features

Credit Card Vault: securely store your customers sensitive credit card data using tokens.
Instant PCI-DSS Compliance: your customers credit card data never touches your site or server.
Multiple Gateway Support: Connect your Omnipay site to 100+ payment gateway

About Trexle

Trexle is a powerful online recurring subscription billing platform that integrate 1stpaygateway and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.

About 1stpaygateway

Credit Card and ACH Payment Processing with 1stPayTerminal, the cloud-based Virtual Terminal. Accept payments and donations online with their easy to set up, hosted payment pages!. Secure payment processing! Use tokens to securely process customers' payments and protect & secure sensitive card data. Their flexible online payment solutions reduce PCI scope and cost to the merchant! Swipe credit cards with your computer! Fast, easy and secure payment processing! Their payment gateway allows easy API integration with your merchant account or online store!

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.

Cart