worldpay/worldpay-lib-php
最新稳定版本:2.1.2
Composer 安装命令:
composer require worldpay/worldpay-lib-php
包简介
Worldpay PHP Library
README 文档
README
Issues
Please see our support contact information to raise an issue.
Installation
Composer
Add to your composer.json:
"worldpay/worldpay-lib-php": "~2.1.2"
Or run:
composer require worldpay/worldpay-lib-php
Manual
require_once('worldpay-php/init.php');
Documentation
https://online.worldpay.com/docs
API Reference
https://online.worldpay.com/api-reference
Examples
The examples require editing to support PHP 5.3.
index.php
Uses WorldpayJS to generate a token that is posted to create_order.php. Change your client key
create_order.php
Creates a Worldpay order with a posted token. *Change your service key
3ds_redirect.php
Authorizes a 3DS order *Change your service key
refund.php
Enter your Worldpay order code and posts it to refund_order.php
refund_order.php
Refunds a Worldpay order with a posted order code Change your service key
partial_refund.php
Enter your Worldpay order code and amount to refund and posts it to partial_refund_order.php
partial_refund_order.php
Refunds a Worldpay order with a posted order code Change your service key
stored_cards.php
Enter your Worldpay reusable token and posts it to stored_cards.php
get_stored_cards.php
Shows stored card details from posted token *Change your service key
Requirements
PHP 5.3+ Curl
统计信息
- 总下载量: 493.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 43
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-20