承接 nobrainerweb/omnipay-quickpay 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

nobrainerweb/omnipay-quickpay

最新稳定版本:3.1

Composer 安装命令:

composer require nobrainerweb/omnipay-quickpay

包简介

Quickpay driver for the Omnipay payment library

README 文档

README

An Omnipay driver for the Quickpay payment processor.

QuickPay is a Payment Service Provider that accept all common payment methods - credit cards, bank transfers, invoices, and more.

This package supports omnipay 3.x. For omnipay 2.x, see branch 1.0.

Why Omnipay

The Omnipay php library is an easy to use, consistent payment processing library for PHP 5.3+

Because you can learn one API and use it in multiple projects using different payment gateways Because if you need to change payment gateways you won't need to rewrite your code

Read more about Omnipay here: https://github.com/thephpleague/omnipay

Supported Omnipay functionality

  • Authorize
  • Purchase
  • Capture
  • Refund
  • Void
  • Notification
  • Recurring (Not supported by Omnipay, but Quickpay has made this functionality very similar to regular payments)

Supported Quickpay parameters

  • type
  • merchant
  • agreement
  • apikey
  • privatekey
  • language
  • google_analytics_tracking_id
  • google_analytics_client_id
  • description
  • order_id
  • payment_methods
  • synchronized (bool)

Please note

If you need to do instant capture or auto_capture / autocapture you should set the flag use_authorize: false. This will do a instant capture.

SilverStripe\Omnipay\GatewayInfo:
  Quickpay:
    use_authorize: true

Read more here: https://quickpay.net/dk/helpdesk/capture/#autocapture

Development

This module was coded by Nobrainer Web, with support from QuickPay

统计信息

  • 总下载量: 956
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 4
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-02-22