说明

查询单个通道信息

请求地址

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

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店ID
company string 支付公司
  • 返回值示例 成功请求示例:

    {
        "status": 1,
        "message": "数据返回成功",
        "ways_desc": "支付宝-网商银行,微信支付-网商银行,",
        "data": [
            {
                "ways_desc": "支付宝-网商银行",
                "ways_source": "alipay",
                "settlement_type": "T1",
                "ways_type": 3001,
                "rate": "0.22",
                "status": 1,
                "status_desc": "开通成功"
            },
            {
                "ways_desc": "微信支付-网商银行",
                "ways_source": "weixin",
                "settlement_type": "T1",
                "ways_type": 3002,
                "rate": "0.22",
                "status": 1,
                "status_desc": "开通成功"
            }
        ]
    }
    
  • 返回参数说明

参数 类型 是否必填 最大长度 描述
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 ""