Download the PHP package jetfueltw/gaotongpay-php without Composer
On this page you can find all versions of the php package jetfueltw/gaotongpay-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jetfueltw/gaotongpay-php
More information about jetfueltw/gaotongpay-php
Files in jetfueltw/gaotongpay-php
Download jetfueltw/gaotongpay-php
More information about jetfueltw/gaotongpay-php
Files in jetfueltw/gaotongpay-php
Vendor jetfueltw
Package gaotongpay-php
Short Description gaotong payment gateway php package
License Apache-2.0
Package gaotongpay-php
Short Description gaotong payment gateway php package
License Apache-2.0
Keywords paymentpayment gateway
Please rate this library. Is it a good library?
Informations about the package gaotongpay-php
介紹
高通支付 PHP 版本封裝。
安裝
使用 Composer 安裝。
使用方法
掃碼支付下單
使用微信支付、QQ錢包掃碼支付,下單後返回 QR Code Image網址,並在網址加上'IMG|'前綴字串。
掃碼支付交易成功通知
消費者支付成功後,平台會發出 HTTP GET 請求到你下單時填的 $notifyUrl,商家在收到通知並處理完後必須回應 ok
,否則平臺會認為通知失敗,再次反覆向 $notifyUrl 發送結果,直到商戶返回“ok”或者達到和商戶約定的重複發送次數。
- 商家必需正確處理重複通知的情況。
- 能使用
NotifyWebhook@successNotifyResponse
返回成功回應。 - 務必使用
NotifyWebhook@verifyNotifyPayload
驗證簽證是否正確。 - 通知的消費金額單位為
元
。
掃碼支付訂單查詢
使用商家訂單號查詢單筆訂單狀態。
掃碼支付訂單支付成功查詢
使用商家訂單號查詢單筆訂單是否支付成功。
Result:
bool(true|false)
All versions of gaotongpay-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
guzzlehttp/guzzle Version ^6.3
sunra/php-simple-html-dom-parser Version ^1.5
guzzlehttp/guzzle Version ^6.3
sunra/php-simple-html-dom-parser Version ^1.5
The package jetfueltw/gaotongpay-php contains the following files
Loading the files please wait ....