Call Payment API from APP
Update Time:2025.02.20
|
API intro
Applicable object: Common mode Institutional mode
Call Payment API for APP
Name | ID | Type | Required | Description |
---|---|---|---|---|
APP Application ID | appid | String(32) | Yes | This ID is issued after merchants have register their APP on WeChat open platform. It is the sub appid when calling the unified order API. |
Merchant ID | partnerid | String(32) | Yes | Specifies merchant ID assigned by WeChat Payment. It is the sub mch_id when calling the unified order API. |
Prepaid Trading ID | prepayid | String(32) | Yes | Specifies the parameter value (prepay_id) returned by the Unified Order API. |
Order Extension String | package | String(128) | Yes | Specify as the static value “Sign=WXPay” |
Random String | noncestr | String(32) | Yes | 32 characters or fewer. For more information, see Random String Algorithm. |
Time stamp | timestamp | String(10) | Yes | Specifies the current time. For more information, see Timestamp in Parameter Specifications. |
Signature | sign | String(64) | Yes | Specifies a signature. For more information, see Signature Algorithm. |
Data returned:
Field Name | Return Value | Description |
---|---|---|
0 | Payment successful | Show the payment successful page |
-1 | Payment error | Possible reasons: sign error, unregistered appid, incorrect project appid, registered appid not match to the set one, etc. |
-2 | Payment cancelled | No need to settle. User gives up the payment, etc. |