说明
门店开通通道查询
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/store_pay_ways |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 否 | 门店ID |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": [ { "id": 4, "ways_type": 1000, "settlement_type": "T1", "rate": 0.6, "ed_s": "0.00", "ed_e": "50000.00", "ways_desc": "支付宝-官方", "ways_source": "alipay", "created_at": "2017-09-14 13:49:50", "updated_at": "2017-09-14 13:49:50", "sort": 1 } ] }
返回参数说明
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 | | :--- | :--- | :--- | :--- | :--- | | ways_source | string | 是 | | 支付来源 | | rate | string | 是 | | 费率 | | ed_s | string | 是 | | 最低金额 | | ed_e | string | 是 | | 最高金额 | | ways_desc | string | 是 | | 描述 | | settlement_type | string | 是 | | 到帐时间 |
失败请求示例
{ "message":"无效参数", "status":0 }