# Get financial flow details

# Dxplaination of Interface Call Request

Interface Force Check Source IP

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

# Example of request parameters

{
    "biz_type":1,
    "mchid":"1234567890",
    "funds_flow_id": "1651031426690650"
}

# Examples of back-up

{
    "funds_flow": {
        "bookkeeping_time": "2020-08-20 00:08:13",
        "funds_flow_id": "4200000586202008206907203418",
        "type": "交易",
        "flow_type": "收入",
        "amount": "0.10",
        "balance": "115.12",
        "busi_type": "订单",
        "request_no": "1768262391135651"
    }   
}

# Dxplaination of request parameters

parameter type Is it compulsory? Introductions
funds_flow_no string yes Flow Number
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
funds_flow Object FundsFlow Flow details

# Object FundsFlow

FundsFlow fields type describe
bookkeeping_time string Bookkeeping Time
type string Type of funds (fees, refunds, etc.)
flow_type string Type of income and expenditure (income, expenditure)
amount string Income and expenditure amount
balance string Account balance
busi_type string Type of business (orders, aftersales, withdrawals)
request_no string Business order number (order number, after-sales order number, withdrawal order number)
funds_flow_id string Water id

# Return code

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