Download the PHP package jetfueltw/jinyangpay-php without Composer
On this page you can find all versions of the php package jetfueltw/jinyangpay-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jetfueltw/jinyangpay-php
More information about jetfueltw/jinyangpay-php
Files in jetfueltw/jinyangpay-php
Download jetfueltw/jinyangpay-php
More information about jetfueltw/jinyangpay-php
Files in jetfueltw/jinyangpay-php
Vendor jetfueltw
Package jinyangpay-php
Short Description gaotong payment gateway php package
License Apache-2.0
Package jinyangpay-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 jinyangpay-php
介紹
金陽支付 PHP 版本封裝。
安裝
使用 Composer 安裝。
使用方法
掃碼支付下單
使用微信支付下單後返回支付網址,請自行轉為 QR Code。
掃碼支付交易成功通知
消費者支付成功後,平台會發出 HTTP GET 請求到你下單時填的 $notifyUrl,商家在收到通知並處理完後必須回應 ok
,否則平臺會認為通知失敗,再次反覆向 $notifyUrl 發送結果,直到商戶返回“ok”或者達到和商戶約定的重複發送次數。
- 商家必需正確處理重複通知的情況。
- 能使用
NotifyWebhook@successNotifyResponse
返回成功回應。 - 務必使用
NotifyWebhook@verifyNotifyPayload
驗證簽證是否正確。 - 通知的消費金額單位為
元
。
掃碼支付訂單查詢
使用商家訂單號查詢單筆訂單狀態。
掃碼支付訂單支付成功查詢
使用商家訂單號查詢單筆訂單是否支付成功。
Result:
bool(true|false)
All versions of jinyangpay-php with dependencies
PHP Build Version
Package Version
The package jetfueltw/jinyangpay-php contains the following files
Loading the files please wait ....