# Get a list of withdrawals

# Interface call request specification

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

# Request Parameter Sample

{
    "page_in a": 1,
    "page_size": 10
}

# Return Package Example

{
    "list": [{
        "out_request_no": "3163339305837870",
            "amount": 1,
            "status": "SUCCESS",
            "reason": "", 
            "remark": "", 
            "bank_memo": "", 
            "wxpay_update_time": 1594408007,
            "wxpay_create_time": 1594365375
    }, {
        "out_request_no": "180687538055",
            "amount": 1,
            "status": "SUCCESS",
            "reason": "", 
            "remark": "", 
            "bank_memo": "", 
            "wxpay_update_time": 1594404381,
            "wxpay_create_time": 1594365335
    }], 
    "total_in a": 103 
}

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
page_A number yes page number
page_size number yes Page size

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
list.out_request_No string Cash order
list.amount number Withdrawal amount
list.status string Withdrawal status
list.reason string Reasons for withdrawal failure
list.remark string Remarks
list.bank_memo string Bank postscript
list.wxpay_update_time number Update time
list.wxpay_create_time number Start time

# Return code

Return code Type of error
-1 System exception