dnna/payum-alphabank 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dnna/payum-alphabank

最新稳定版本:1.2.2

Composer 安装命令:

composer create-project dnna/payum-alphabank

包简介

Payum Alpha Bank gateway

关键字:

README 文档

README

This gateway integrates Alpha Bank's redirect payment method. Factory parameters:

  • mid
  • sharedSecretKey

Optional factory parameters:

  • lang - Language. Default el.
  • cssUrl - URL to a CSS file that be used to customize Alpha Bank's checkout page. Default none.
  • sandbox - Whether this is Alpha Bank's sandbox environment. Default true.
  • useMasterPass - If true the payMethod passed to Alpha Bank is set to auto:MasterPass . Default false.

Notes:

  • mid and sharedSecretKey can also be passed in the "details" attribute of the payment model to override the factory values. This enables distributing payments to different Alpha Bank accounts on a per-payment basis depending on the business logic. If used in this way, it is recommended to set sharedSecretKey as Payum\Core\Security\SensitiveValue instead of string, to avoid saving the keys in the database.
  • The orderid passed to Alpha Bank is a randomized string and does not correspond to the actual order number. This enables the user to make multiple payment retries for the same order. The real orderid is passed in Alpha Bank's var2 field.
  • You can set var3 to var5 by setting custom3 to custom5 on "details" attribute.
  • To use the installments functionality, the fields "extInstallmentoffset" and "extInstallmentperiod" must be passed in the payment model's "details" attribute.
  • To use card tokenization functionality, the fields "extTokenOptions" or "extToken" must be passed in the payment model's "details" attribute.

License

This code is released under the MIT License.

统计信息

  • 总下载量: 2.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-06-30