# Check out the settlement account

# Dxplaination of Interface Call Request

Interface Force Check Source IP

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

# Example of request parameters

{
    "biz_type":1,
    "mchid":"1234567890"
}

# Examples of back-up

{
    "account_info":{
        "bank_account_type" :"ACCOUNT_TYPE_PRIVATE",
        "account_bank":"招商银行",
        "bank_address_code":"100000",
        "account_number":"1234567890"   
    },
    "errcode": 0,
    "errmsg": "OK"
}

# Dxplaination of request parameters

parameter type Is it compulsory? Introductions
biz_type number yes Type of business, fill in 1
mchid string yes Merchant Number

# Dxplaination of callback parameters

parameter type Introductions
errcode number Error code
errmsg string Error message
account_info Object AccountInfo Settlement Account Information
verify_fail_reason string Reasons why the kidnapping failed

# Return code

Return code Error Type
-1 System exceptions