# 获取账户余额

# 接口调用请求说明

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

# 请求参数示例

{
}

# 回包示例

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

# 请求参数说明

参数 类型 是否必填 说明

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
available_amount number 可提现余额
pending_amount number 待结算余额
sub_mchid number 二级商户号

# 返回码

返回码 错误类型
-1 系统异常