Payment from HTML5 Websites
Update Time:2025.02.20The JSAPI is called when the Payer opens an HTML5 website with a WeChat-supported browser. The input and output API data is in JSON format.
|
API intro
Applicable object: Common mode Institutional mode
Request Parameters
Name | ID | Type | Required | Description |
---|---|---|---|---|
Official Account ID | appId | string(16) | Yes | This ID is issued after merchants apply for official account supporting WeChat payment. |
Timestamp | timeStamp | string(32) | Yes | Specifies the current time. For more information, see Timestamp in Parameter Specifications. |
Random string | nonceStr | string(32) | Yes | 32 characters or fewer. For more information, see Random string Algorithm. |
Order Extension string | package | string(128) | Yes | Specifies the parameter value (prepay_id) returned by the Unified Order API. The submission format is "prepay_id=***". |
Signature | paySign | string(64) | Yes | Specifies a signature. For more information, see Signature Algorithm. |
Sign type | signType | string(32) | Yes | Currently HMAC-SHA256 and MD5 are supported, default is MD5. This parameter must be submitted if HMAC-SHA256 is chosen |
Return Data
Field Name | Return Value | Description |
---|---|---|
success | get_brand_wcpay_request:ok | Payment successful |
fail | get_brand_wcpay_request:cancel | Payment canceled |
fail | get_brand_wcpay_request:fail | Payment failed |
fail | Missing parameter for calling payment jsapi: total_fee. | 1.Please check whether the prepayment session id "prepay_id" has expired. 2.Whether the appid currently used is consistent with the appid of the unified order API |
Example: