Query the Real-time Balance Available for Advance Refund
Update Time:2025.03.03If a merchant would like to initiate a refund , the overseas institutional merchant can use this API to get the current Advance Refund quota.
|
1. API Instructions
Applicable to:Common mode Institutional mode
Request URL:https://apihk.mch.weixin.qq.com/v3/global/profit-sharing/refunds/refundable-balance
Request method:GET
Path parameter is a path parameter.
Query parameter needs to be passed in the request URL.
Body parameter needs to be passed in the request JSON.
2. Request Parameters
No request parameters
Request Example:
URL
3. Return Parameters
Name | Variable Name | Type | Required | Description |
---|---|---|---|---|
Sponsor Merchant ID | sponsor_mchid | string[1, 32] | Yes | A sponsor is a merchant that conducts transactions or transfers in WeChat Pay, and is an overseas institutional merchant. Example:19000000001 |
Real-time Balance Available for Advance Refund | balance | int | Yes | The real-time balance that is available for advance refund in the smallest unit of currency (currently in CNY Fen). Example:1000 |
Currency Type | currency | string[3, 3] | Yes | Only the Chinese yuan "CNY" is supported. Example:CNY |
Response Example:
SUCCESS
4. Error Codes
Error Codes | Error Message | Description | Solution |
---|---|---|---|
400 | INVALID_REQUEST | This order does not support ledger splitting | Please check if the WeChat payment order number is filled in incorrectly and confirm that the call to the order API has been successful before executing call to the accounting mark API |
403 | NO_AUTH | The merchant has not signed up for the overseas funds-distribution function. | See the product process and preparation before access, and check that the merchant has funds-distribution permission before initiating a request. |
403 | NO_AUTH | The merchant has enabled the funds-distribution function and is waiting for it to take effect. (In most cases, the function will take effect only on the next day.) | You cannot initiate a funds-distribution on the day that you enable the function. Initiate the request on the next day. |
403 | NO_AUTH | The merchant parent-child relationship does not exist. Initiate the request with the correct Sub-Merchant ID. | Check if the Sub-Merchant ID (sub_mchid) is correct. |