说明

查询系统的所有通道列表

请求地址

环境 请求地址
测试环境 https://pay.umxnt.com/api/merchant/pay_ways_all
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
  • 返回值示例 成功请求示例:

    {
        "status": 1,
        "help_url": "https://www.baidu.com",
        "data": [
            {
                "id": 2,
                "ways_type": 3001,
                "settlement_type": "T1",
                "rate": 0.6,
                "ed_s": "0.00",
                "ed_e": "50000.00",
                "ways_desc": "支付宝-网商银行",
                "ways_source": "alipay",
                "created_at": "2017-09-22 12:56:53",
                "updated_at": "2017-09-22 12:56:53",
                "status": 0,
                "status_desc": "未开通",
                "icon": ""
            },
            {
                "id": 3,
                "ways_type": 3002,
                "settlement_type": "T1",
                "rate": 0.6,
                "ed_s": "0.00",
                "ed_e": "50000.00",
                "ways_desc": "微信支付-网商银行",
                "ways_source": "weixin",
                "created_at": "2017-09-22 12:57:20",
                "updated_at": "2017-09-22 12:57:20",
                "status": 0,
                "status_desc": "未开通",
                "icon": ""
            },
            {
                "id": 4,
                "ways_type": 1000,
                "settlement_type": "T0",
                "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",
                "status": 1,
                "status_desc": "开通成功",
                "icon": ""
            },
            {
                "id": 5,
                "ways_type": 4000,
                "settlement_type": "T1",
                "rate": 0.6,
                "ed_s": "0.00",
                "ed_e": "50000.00",
                "ways_desc": "京东支付-官方",
                "ways_source": "jd",
                "created_at": "2018-02-07 23:27:01",
                "updated_at": "2018-02-07 23:27:01",
                "status": 0,
                "status_desc": "未开通",
                "icon": ""
            },
            {
                "id": 6,
                "ways_type": 2000,
                "settlement_type": "T1",
                "rate": 0.6,
                "ed_s": "0.00",
                "ed_e": "50000.00",
                "ways_desc": "微信支付-官方",
                "ways_source": "weixin",
                "created_at": "2018-02-07 23:27:55",
                "updated_at": "2018-02-07 23:27:55",
                "status": 0,
                "status_desc": "未开通",
                "icon": ""
            },
            {
                "id": 7,
                "ways_type": 8001,
                "settlement_type": "T1",
                "rate": 0.38,
                "ed_s": "0.00",
                "ed_e": "50000.00",
                "ways_desc": "支付宝-新大陆",
                "ways_source": "alipay",
                "created_at": "2018-02-07 23:27:55",
                "updated_at": "2018-02-07 23:27:55",
                "status": 0,
                "status_desc": "未开通",
                "icon": ""
            },
            {
                "id": 8,
                "ways_type": 8002,
                "settlement_type": "T1",
                "rate": 0.39,
                "ed_s": "0.00",
                "ed_e": "50000.00",
                "ways_desc": "微信支付-新大陆",
                "ways_source": "weixin",
                "created_at": "2018-02-07 23:27:55",
                "updated_at": "2018-02-07 23:27:55",
                "status": 0,
                "status_desc": "未开通",
                "icon": ""
            }
        ]
    }
    
  • 返回参数说明

参数 类型 是否必填 最大长度 描述
ways_type string 通道类型 1000支付宝官方,2000微信官方,3001网商支付宝,3002网商微信
settlement_type string 到账方式,T1 第二天,T0 当天
rate string 结算费率
ed_s-ed_e string 收款限额
ways_source string 通道来源 alipay支付宝 weixin 微信 jd 京东
status string 状态0未开通,1已开通,2审核中,3审核失败
status string 状态描述
  • 失败请求示例

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

results matching ""

    No results matching ""