# Get account balance

# Dxplaination of Interface Call Request

http请求方式:POST
https://api.weixin.qq.com/product/funds/getbalance?access_token=xxxxxxxxx

# Example of request parameters

{
}

# Examples of back-up

{
    "available_amount":45331,
    "pending_amount":7549,
    "sub_mchid":"1588759201"
}

# Dxplaination of request parameters

参数 type Is it compulsory? Introductions

# Dxplaination of callback parameters

参数 type Introductions
errcode number Error code
errmsg string Error message
available_amount number Refundable balance
pending_amount number Balances to be settled
sub_mchid number Secondary merchant number

# Return code

返回码 Error Type
-1 System exceptions