# Merchant cash

Maximum one withdrawal per day

# Interface call request specification

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

# Request Parameter Sample

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

# Return Package Example

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

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
amount number yes Amount of cash withdrawal (unit: points)
remark string no Withdrawal remarks
bank_memo string no Bank postscript

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
qrcode_ticket string QR code ticket, can be used forGet QR codeandQuery QR code status