nazka/sermepa-omnipay
最新稳定版本:1.0.0
Composer 安装命令:
composer require nazka/sermepa-omnipay
包简介
Sermepa (now Redsys) payment gateway implementation with omnipay
README 文档
README
RedSys driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.6+. This package implements RedSys (formerly Sermepa) support for Omnipay.
Requirements
- PHP >= 5.6
- Composer (
curl -s http://getcomposer.org/installer | php)
Installation
Omnipay is installed via Composer. To install, simply run:
composer require nazka/sermepa-omnipay
Basic Usage
For general usage instructions, please see the main Omnipay repository.
Upgrade to Omnipay 3.X
Changes for use with Omnipay 3.0
- Currency: Use the code of ISO-4217 (https://en.wikipedia.org/wiki/ISO_4217#Active_codes) instance a number. ('EUR' => '978')
Additional Parameter
If you want to avoid having to multiply the value by 100 just add a new parameter ( multiply=true ) to the purchase function.
Additional Callback
Redsys has an additional callback ( Respuesta online ) that may be active in your redsys platform and therfore must be implemented. This new callback cannot follow the normal usage of Omnipay. You need to implement checkCallbackResponse() and decodeCallbackResponse().
统计信息
- 总下载量: 10.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPLv2
- 更新时间: 2014-07-08