说明

花呗分期流水

请求地址

环境 请求地址
测试环境 https://m.umxnt.com/api/merchant/fq/order
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店ID
merchant_id string 收银员ID
pay_status string 支付状态-默认成功
time_start string 开始时间:2017-08-24 13:32:30
time_end string 结束时间:2017-08-24 13:32:30
p string 第几页 默认第一页
l string 返回条数 模式15条
  • 返回值示例 成功请求示例:

    {
      "status": 1,
      "message": "数据返回成功",
      "data": [
        {
          "id": 15,
          "store_id": "20181815585595187",
          "merchant_id": "2",
          "merchant_name": "收款账户很好",
          "store_name": "有梦想科技",
          "user_id": 0,
          "is_settlement_user": "02",
          "trade_no": "",
          "out_trade_no": "fq_qr20180622093243232860",
          "buyer_user": "",
          "buyer_id": "无",
          "buyer_logon_id": "无",
          "buyer_phone": "",
          "shop_name": "门店分期购:3期-测试",
          "shop_desc": "门店分期购:3期-门店分期购:3期-测试",
          "shop_imei": "",
          "total_amount": 1,
          "receipt_amount": 1,
          "refund_amount": 0,
          "shop_price": "1.00",
          "hb_fq_num": 3,
          "hb_fq_seller_percent": 100,
          "hb_fq_sxf": 0.02,
          "xy_rate": 2.3,
          "total_amount_out": 0,
          "out_status": 2,
          "pay_status": 2,
          "pay_status_desc": "等待支付",
          "ways_source": "alipay",
          "ways_type": "1000",
          "ways_type_desc": "固定二维码分期",
          "device_id": "app",
          "ways_source_desc": "支付宝",
          "created_at": "2018-06-22 09:32:44",
          "updated_at": "2018-06-22 09:32:44"
        }
      ],
      "l": 15,
      "p": 1,
      "t": 1
    }
    
  • 返回参数说明

参数 类型 是否必填 最大长度 描述
buyer_alipay_account string 买家支付宝账号
shop_price string 商品价格
total_amount string 最终支付金额-商家实收
receipt_amount string 商家到账金额-实际净额
hb_fq_seller_percent int 100-商家承担,0-用户承担
hb_fq_sxf string 分期手续费-服务费用
pay_sxf string 支付手续费-结算费用
merchant_name string 收银员名称
store_name string 门店名称
buyer_user string 购买者姓名
buyer_phone string 购买者手机号
  • 失败请求示例

    {
        "msg":"无效参数",
        "status":0
    }
    

results matching ""

    No results matching ""