说明
花呗分期流水
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://m.umxnt.com/api/merchant/fq/order_info |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
out_trade_no | string | 是 | 订单号 |
返回值示例 成功请求示例:
{ "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" } }
返回参数说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
buyer_alipay_account | string | 是 | 买家支付宝账号 | |
shop_price | string | 是 | 商品价格 | |
total_amount | string | 是 | 最终支付金额 | |
receipt_amount | string | 是 | 商家到账金额 | |
hb_fq_seller_percent | int | 是 | 100-商家承担,0-用户承担 | |
hb_fq_sxf | string | 是 | 手续费 | |
merchant_name | string | 是 | 收银员名称 | |
store_name | string | 是 | 门店名称 | |
buyer_user | string | 是 | 购买者姓名 | |
buyer_phone | string | 是 | 购买者手机号 | |
pay_status | string | 是 | 支付状态-看公共查询 |
失败请求示例
{ "msg":"无效参数", "status":0 }