说明
结算方式查询
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/settle_mode_type |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
ways_type | string | 是 | 通道类型,5.4.1接口里面的ways_type |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": [ { "settle_mode_type": "01", "settle_mode_type_desc": "结算到银行卡", "agreement": "网商银行支付协议", "url": "https://pay.umxnt.com" } ] }
失败请求示例
{ "status": 2, "message":参数无效 }