# Get Account Balance
# Interface call request specification
Http request method: POST
https://api.weixin.qq.com/product/funds/getbalance?access_token=xxxxxxxxx
# Request Parameter Sample
{
}
# Return Package Example
{
"available_amount":45331,
"pending_amount":7549,
"sub_mchid":" 1588759201"
}
# Request Parameter Dxplaination
parameter | type | Is it necessary to fill out | Introductions |
---|
# Return parameter specification
parameter | type | Introductions |
---|---|---|
Errcode | number | Error code |
errmsg | string | Error message |
available_amount | number | Drawable balance |
pending_amount | number | Balance to be settled |
sub_mchid | number | Secondary Merchant Number |
# Return code
Return code | Type of error |
---|---|
-1 | System exception |