Download the PHP package meebio/omnipay-secure-trading without Composer
On this page you can find all versions of the php package meebio/omnipay-secure-trading. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download meebio/omnipay-secure-trading
More information about meebio/omnipay-secure-trading
Files in meebio/omnipay-secure-trading
Package omnipay-secure-trading
Short Description Secure Trading driver for the Omnipay PHP payment processing library
License MIT
Homepage https://github.com/meebio/omnipay-secure-trading
Informations about the package omnipay-secure-trading
Omnipay: Secure Trading
Secure Trading 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 Secure Trading support for Omnipay.
Install
Via Composer
Usage
The following gateways are provided by this package:
- Secure Trading
For general usage instructions, please see the main Omnipay repository.
This driver supports following transaction types:
purchase($options)
- authorize and immediately capture an amount on the customer's cardcompletePurchase($options)
- handle return from off-site gateways after purchaserefund($options)
- refund an already processed transactionthreeDSecure($options)
- authorize customer's card through 3D Secure process, same aspurchase($options)
with optionapplyThreeDSecure
set to true
Gateway instantiation:
Driver also supports paying with cardReference
instead of card
.
It can be used in authorize and purchase requests like that:
3D Secure
To enable 3D Secure credit card authorization through purchase
request, applyThreeDSecure
parameter needs to be set to true. Then whole purchase flow is like below:
In case of redirection, following code is needed to process payment after customer returns from remote server:
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 want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
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.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- John Jablonski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.