说明
花呗分期记录
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/hbfq_query |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| page | int | 否 | 第几页默认 第一页 | |
| out_trade_no | string | 否 | 外部订单号 | |
| number | int | 否 | 返回数量模式10条 | |
| status | string | 否 | 状态 | |
| sort | string | 否 | 排序方式 | |
| hb_fq_num | string | 否 | 分期数 | |
| time_start | string | 否 | 开始时间:2017-08-24 13:32:30 | |
| time_end | string | 否 | 结束时间:2017-08-24 13:32:30 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "merchant": [ { "id": 1, "store_id": "o20173145000", "merchant_id": "17", "merchant_name":"戴明康", "trade_no": "20171024015", "out_trade_no": "20171024015", "buyer_user": "赵云", "buyer_alipay_id": "208810090203029", "buyer_alipay_account": "115***@qq.com", "buyer_phone": "15715168982", "shop_name": "苹果8-128G 版本", "shop_desc": "苹果8-128G 版本-金色", "shop_imei": "99888213293182", "total_amount": 8600, "shop_price": "8000.00", "hb_fq_num": 12, "hb_fq_seller_percent": 100, "hb_fq_sxf": 600, "status": 1, "status_desc": "支付成功", "created_at": "2017-08-28 00:00:00", "updated_at": "2017-08-28 00:00:00" } ] } }返回参数说明
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| buyer_alipay_account | string | 是 | 买家支付宝账号 | |
| shop_price | string | 是 | 商品价格 | |
| total_amount | string | 是 | 最终支付金额 | |
| hb_fq_seller_percent | int | 是 | 100-商家承担,0-用户承担 | |
| hb_fq_sxf | string | 是 | 手续费 | |
| merchant_name | string | 是 | 收银员名称 |
失败请求示例
{ "msg":"无效参数", "status":0 }