Integrate Omnipay and Garantipay
Trexle connects Omnipay to Garantipay and 100+ other payment gateways using a single plugin for one time annual fee
Garantipay and Omnipay Integration Guide
To get credentials needed for GarantiPay integration, login to the Garanti manager screen with the information sent by the bank.
- From the left menu, click on the ” Password / Reset Password“ button. Enter a new password and click the Save button.
- Then press the Key 3D Secure Key Replacement button on the left menu . Here you can create or update 24-digit password.
Take the credentials you just obtained from Garantipay and navigate to Trexle dashboard, click Payments Gateways and select Garantipay from the drop down menu as shown below.
Fill into your Garantipay credential and click Add Gateway. Click the Activate button next to Garantipay, 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.
- 5170410000000004 Master Card (Debit)
- 5400360000000003 Master Card (Credit)
- 374427000000003 American Express
*CVC number is not required
Garantipay Supported Countries
Garantipay 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 Garantipay and other +100 payment gateways with Omnipay and other dozen of e-commerce platforms.
About Garantipay
GarantiPay is one of the world's largest payment providers and their Sanal (Virtual) POS payment gateway is used and trusted by many popular e-commerce stores in Turkey. Their strategy is to approach customers in “clear” and “responsible” manner, improve customer experience by offering products and services that are tailored to their needs.
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.