# 获取资金流水详情

# 接口调用请求说明

接口强制校验来源IP

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

# 请求参数示例

{
    "funds_flow_id": "1651031426690650"
}

# 回包示例

{
    "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"
    }   
}

# 请求参数说明

参数 类型 是否必填 说明
funds_flow_no string 流水单号

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
funds_flow Object FundsFlow 流水详情

# Object FundsFlow

FundsFlow字段 类型 描述
bookkeeping_time string 记账时间
type string 资金类型(手续费,退款等)
flow_type string 收支类型,(收入,支出)
amount string 收支金额
balance string 账户余额(可提现+待结算)
busi_type string 业务类型(订单,售后,提现)
request_no string 业务单号(订单号,售后单号,提现单号)
funds_flow_id string 流水id

# 返回码

返回码 错误类型
-1 系统异常
9710001 暂无数据