# Launch a withdrawal

# Dxplaination of Interface Call Request

Interface Force Check Source IP

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

# Example of request parameters

{  
    "biz_type":1,
    "mchid":"1234567890",
    "amount":1,
    "remark":"sss",
    "bank_memo":"" 
}

# Examples of back-up

{ 
    "errcode": 0, 
    "errmsg": "OK",
    "out_request_no": "xxxxx",
    "qrcode_ticket": "xxxxx"
} 

# Dxplaination of request parameters

parameter type Is it compulsory? Introductions
amount number yes Amount of withdrawal (in units of cents)
remark string no Statement of withdrawal
bank_memo string no Bank Notes
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
out_request_no string Payment Card Number
qrcode_ticket string QR code ticket, which can be used for to obtain a QR code and to query the scan status and scan to verify identity and withdraw money

# Return code

Return code Error Type
-1 System exceptions
9700101 Excluding the limit that you can only withdraw money once a day