# Get a list of withdrawal records

Interface Force Check Source IP

# Dxplaination of Interface Call Request

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

# Example of request parameters

{
    "biz_type":1,
    "mchid":"1234567890",
    "page_num": 1,
    "page_size": 2
}

# Examples of back-up

{
    "out_request_nos": [
        "3163339305837870",
        "180687538055"
    ], 
    "total_num": 103 
}

# Dxplaination of request parameters

parameter type Is it compulsory? Introductions
page_num number yes Page size, starting with 1
page_size number yes Size of each page
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_nos String list List of withdrawal numbers

# Return code

Return code Error Type
-1 System exceptions
9710001 No data yet