Download the PHP package jetfueltw/wefupay-php without Composer
On this page you can find all versions of the php package jetfueltw/wefupay-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jetfueltw/wefupay-php
More information about jetfueltw/wefupay-php
Files in jetfueltw/wefupay-php
Download jetfueltw/wefupay-php
More information about jetfueltw/wefupay-php
Files in jetfueltw/wefupay-php
Vendor jetfueltw
Package wefupay-php
Short Description wefupay payment gateway php package
License Apache-2.0
Package wefupay-php
Short Description wefupay payment gateway php package
License Apache-2.0
Keywords paymentpayment gateway
Please rate this library. Is it a good library?
Informations about the package wefupay-php
介紹
微付聚合支付 PHP 版本封裝。
安裝
使用 Composer 安裝。
使用方法
掃碼支付下單
使用微信支付、支付寶、財付通、京東支付掃碼支付,下單後返回支付網址,請自行轉為 QR Code。
掃碼支付交易成功通知
消費者支付成功後,平台會發出 HTTP POST 請求到你下單時填的 $notifyUrl,商家在收到通知並處理完後必須回應 "SUCCESS" 這 7 個字元,否則平台會認為通知失敗,並重發最多 5 次通知。
- 商家必需正確處理重複通知的情況。
- 能使用
NotifyWebhook@successNotifyResponse
返回成功回應。 - 務必使用
NotifyWebhook@verifyNotifyPayload
驗證簽證是否正確。
掃碼支付訂單查詢
使用商家訂單號查詢單筆訂單狀態。
掃碼支付訂單支付成功查詢
使用商家訂單號查詢單筆訂單是否支付成功。
網銀支付下單
使用網路銀行支付,下單後返回跳轉頁面,請 render 到客戶端。
網銀支付交易成功通知
同掃碼支付交易成功通知
網銀支付訂單查詢
同掃碼支付訂單查詢
網銀支付訂單支付成功查詢
同掃碼支付訂單支付成功查詢
All versions of wefupay-php with dependencies
PHP Build Version
Package Version
The package jetfueltw/wefupay-php contains the following files
Loading the files please wait ....