全部
全部
商户入网要求查询服务 关注
运营
收单机构
OpenAPI
机构可通过open界面或API接口方式,输入商户所属行业、接入业务及产品类型,查询商户入网要求等信息。
报文举例

1、获取token

l  请求URL

https://openapi.unionpay.com/upapi/merchantToNet/token?app_id=[value]&app_secret=[value]

l  应答报文结果

{
“token”:”fsddfssseessseee”,
“expire_in”:7200
}

2、商户入网业务类型查询

l  请求URL

https://openapi.unionpay.com/upapi/merchantToNet/queryAllBusiType?token=[token]&sign=[sign]&ts=[ts]

l  请求报文参数

       无

l  应答报文结果

 {
         "data": [{
                   " busiTypeList ": [{
"busiName":"POS业务",
"busiType":"01"
}], 
 
         "respCd": "0000",
         "respMsg": ""
}

3、商户入网产品类型查询

l  请求URL

https://openapi.unionpay.com/upapi/merchantToNet/queryAllProdType?token=[token]&sign=[sign]&ts=[ts]

l  请求报文参数

{
“busiType”:”01”
}

l  应答报文结果

{
         "data": [{
                   "prodTypeList": [{
"prodType":"01",
"prodName":"POS"
}],
 
         "respCd": "0000",
         "respMsg": ""
}

4、商户入网MCC查询

l  请求URL

https://openapi.unionpay.com/upapi/merchantToNet/queryMcc?token=[token]&sign=[sign]&ts=[ts]

l  请求报文参数

{
“busiType”:”01”,
“prodType”:”01”
}

l  应答报文结果

{
         "data": [{
                   " mccList ": [{
      “mccKey”:”4112”,
      “mccValue”:”铁路客运”
}],
 
         "respCd": "0000",
         "respMsg": ""
}

5、商户入网要求查询

l  请求URL

https://openapi.unionpay.com/upapi/merchantToNet/queryMaterial?token=[token]&sign=[sign]&ts=[ts]

l  请求报文参数

{
“busiType”:”01”,                     
“prodType”:”01”,
“mccKey”:”4112”
}

l  应答报文结果

{
         "data": [{
                   " materialList": [{
      “id”:”1”,
      “busiType”:”01”,
“prodType”:”01”,
      “mccKey”:”4112”,
      “material”:”1111111111”,
“enterNetType”:”22222222”,
“priceType”:”01”,
         “prodName”:”1111111111”,
“busiName”:”22222222”,
“priceName”:”01”
 
}],
 
         "respCd": "0000",
         "respMsg": ""
}

联系我们

咨询服务