Download the PHP package vincsis/omnipay-ticketasa without Composer
On this page you can find all versions of the php package vincsis/omnipay-ticketasa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vincsis/omnipay-ticketasa
More information about vincsis/omnipay-ticketasa
Files in vincsis/omnipay-ticketasa
Package omnipay-ticketasa
Short Description Ticketasa support for omnipay payment processing library
License MIT
Informations about the package omnipay-ticketasa
Omnipay - TicketAsa 1.0.0
TicketAsaGT Commerce gateway for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements TicketAsaGT 2.4 support for Omnipay.
Installation
Via Composer
Gateway Operation Defaults
This gateway driver operates in 3DS mode by default and requires a notify URL to be provided via the 'setNotifyURL' method.
Usage
For general usage instructions, please see the main Omnipay repository.
3DS Transactions (Direct Integration)
'NotifyURL' required. URL must be https://
webhook response Response transaction from TicketasaGT.
Fetch status Transactions (Direct Integration)
'fetchTransaction' required. TransactionId
PowerTranz response Response fetch transaction from powerTranz.
Refund Payment (Direct Integration)
'fetchTransaction' required. TransactionId
PowerTranz response Response refund Transaction from powerTranz.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.