# Merchant withdraws money

Payments are allowed up to once per day

# Dxplaination of Interface Call Request

Http request method: POST https://api.weixin.qq.com/product/funds/submitwithdraw?access_token=xxxxxxxxx  

# Example of request parameters

{  
  "amount":1,
  "remark":"sss",
  "bank_memo":"" 
}

# Examples of back-up

{ 
	"errcode": 0, 
	"errmsg": "OK",
	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

# Dxplaination of callback parameters

parameter type Introductions
Error code number Error code
errmsg string Error message
qrcode _ticket string Two dimensional code ticket, which can be used for[Get QR codes](https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/qrcode /get_qrcode .html)and[Check QR code status](https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/qrcode /check_qrcode .html)