承接 ticketpark/saferpay-json-api 相关项目开发

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

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

ticketpark/saferpay-json-api

最新稳定版本:v6.2

Composer 安装命令:

composer require ticketpark/saferpay-json-api

包简介

A php library to use the json api of Saferpay

关键字:

README 文档

README

Build Status

A php library to use the Saferpay Json API.

Installation

Add the library in your composer.json:

composer require ticketpark/saferpay-json-api

Usage

In order to perform a payment as you would typically do it in an online shop, you need to handle the following steps:

  1. Initialize the payment page (see /example/PaymentPage/example-initialize.php)
  2. Redirect the user to the payment page and let them enter their payment data
  3. Assert that the payment was successfully done (see /example/PaymentPage/example-assert.php)
  4. Capture the payment to make it final (see /example/Transaction/example-capture.php)

Have a look at the example folder for more.

Documentation

This library is currently based on v1.42 of the Saferpay JSON API.

Find the most current documentation of the Saferpay JSON API here:
https://saferpay.github.io/jsonapi/

Contribution

You are welcome to contribute to this repo.

统计信息

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

GitHub 信息

  • Stars: 33
  • Watchers: 4
  • Forks: 27
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-28