定制 valiton/saferpay-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

valiton/saferpay-bundle

最新稳定版本:0.4.1

Composer 安装命令:

composer require valiton/saferpay-bundle

包简介

Symfony2 bundle for providing access to Saferpay. This is an extension to the JMSCorePaymentBundle.

README 文档

README

This bundle now uses the new Saferpay JSON API

Installation

Install the bundle with composer:

composer require valiton/saferpay-bundle

and activate the bundle in your kernel.

Configuration

Configure the bundle according to your needs, full config example:

valiton_payment_saferpay:
    account: <some account>  # your saferpay account, usually account-terminalid
    jsonapi_key: <some key>  # API key generated  through saferpay backend
    jsonapi_pwd: <some pw>   # API password generated through saferpay backend
    return_url: <some url>   # url called on successfull payment
    error_url: <some url>    # url called on error
    cancel_url: <some url>   # url called on user cancel
    saferpay_test: true      # use the saferpay test system at test.saferpay.com
    cardrefid: new|random    # create card alias: new: alias is generated by saferpay, random: alias is generated by us
    cardrefid_prefix: TST    # prefix of the randomly generated alias
    cardrefid_length: 33     # length of the randomly generated alias (inclusive prefix)

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 23
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-05