说明

收款已经开通收款顺序列表

请求地址

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

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店id,默认为登录者
  • 返回值示例 成功请求示例:

    {
        "status": 1,
        "is_open": 1,
        "message": "数据返回成功",
        "data": {
            "ailpay": [
                {
                    "store_pay_ways_id": 227,
                    "ways_desc": "支付宝-和融通",
                    "ways_type": 9001,
                    "store_id": "2018061205492993161",
                    "sort": 1,
                    "ways_source": "alipay"
                },
                {
                    "store_pay_ways_id": 5,
                    "ways_desc": "支付宝-官方",
                    "ways_type": 1000,
                    "store_id": "2018061205492993161",
                    "sort": 2,
                    "ways_source": "alipay"
                },
                {
                    "store_pay_ways_id": 20,
                    "ways_desc": "支付宝-京东金融",
                    "ways_type": 6001,
                    "store_id": "2018061205492993161",
                    "sort": 3,
                    "ways_source": "alipay"
                },
                {
                    "store_pay_ways_id": 18,
                    "ways_desc": "支付宝-网商银行",
                    "ways_type": 3001,
                    "store_id": "2018061205492993161",
                    "sort": 4,
                    "ways_source": "alipay"
                },
                {
                    "store_pay_ways_id": 158,
                    "ways_desc": "支付宝-新大陆",
                    "ways_type": 8001,
                    "store_id": "2018061205492993161",
                    "sort": 5,
                    "ways_source": "alipay"
                }
            ],
            "weixin": [
                {
                    "store_pay_ways_id": 159,
                    "ways_desc": "微信支付-新大陆",
                    "ways_type": 8002,
                    "store_id": "2018061205492993161",
                    "sort": 1,
                    "ways_source": "weixin"
                },
                {
                    "store_pay_ways_id": 9,
                    "ways_desc": "微信支付-官方",
                    "ways_type": 2000,
                    "store_id": "2018061205492993161",
                    "sort": 2,
                    "ways_source": "weixin"
                },
                {
                    "store_pay_ways_id": 21,
                    "ways_desc": "微信支付-京东金融",
                    "ways_type": 6002,
                    "store_id": "2018061205492993161",
                    "sort": 4,
                    "ways_source": "weixin"
                },
                {
                    "store_pay_ways_id": 228,
                    "ways_desc": "微信支付-和融通",
                    "ways_type": 9002,
                    "store_id": "2018061205492993161",
                    "sort": 5,
                    "ways_source": "weixin"
                },
                {
                    "store_pay_ways_id": 19,
                    "ways_desc": "微信支付-网商银行",
                    "ways_type": 3002,
                    "store_id": "2018061205492993161",
                    "sort": 6,
                    "ways_source": "weixin"
                }
            ],
            "jd": [
                {
                    "store_pay_ways_id": 22,
                    "ways_desc": "京东支付-京东金融",
                    "ways_type": 6003,
                    "store_id": "2018061205492993161",
                    "sort": 1,
                    "ways_source": "jd"
                }
            ],
            "unionpay": [
                {
                    "store_pay_ways_id": 160,
                    "ways_desc": "银联扫码-新大陆",
                    "ways_type": 8004,
                    "store_id": "2018061205492993161",
                    "sort": 1,
                    "ways_source": "unionpay"
                },
                {
                    "store_pay_ways_id": 23,
                    "ways_desc": "银联支付-京东金融",
                    "ways_type": 6004,
                    "store_id": "2018061205492993161",
                    "sort": 2,
                    "ways_source": "unionpay"
                },
                {
                    "store_pay_ways_id": 161,
                    "ways_desc": "刷卡闪付-新大陆",
                    "ways_type": 8005,
                    "store_id": "2018061205492993161",
                    "sort": 3,
                    "ways_source": "unionpay"
                }
            ]
        }
    }
    
参数 类型 是否必填 最大长度 描述
store_pay_ways_id string 通道ID
ways_desc string 文字描述
ways_type string 通道类型
ways_source string 通道来源
store_id string 门店id
sort string 位置id
  • 失败请求示例

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

results matching ""

    No results matching ""