银联扫码商户信息查询接口

接口说明

  • 服务商下的商户查询银联扫码商户信息。

  • 此接口可查询到商户的审核状态。

方法名

  • fshows.liquidation.unionpay.query.merchant

请求参数

参数 类型 是否必填 最大长度 描述
sub_merchant_id String 特殊必填(二选一) 20 清算平台商户号
external_id string 特殊必填(二选一) 20 清算方商户号

请求示例

{
    "sub_merchant_id":"20170721144805022279",
    "external_id":"20170721144805011178"
}

返回值

参数 类型 是否必填 最大长度 描述
sub_merchant_id String 20 清算平台商户号
external_id string 20 清算方商户号
address string 20 商户地址
artif_name string 32 法人姓名
artif_cert_id string 32 法人身份证
contact_phone string 16 手机号码
business_type string 16 业证件类型 01-营业执照 02-事业单位法人证书 03-身份证件 04-其他证明文件
business_code string 32 营业证件号码
notify_url string 128 通知回调地址
status string 2 状态: 0.关闭 1.开启 2.未审核 3.审核不通过4.商户入驻银联失败
remarks string 255 备注(审核不通过/商户入驻银联失败返回原因)

返回值示例 成功请求示例:

{
   "return_value":
        {
            "sub_merchant_id" : "201711130001",
            "external_id" : "201711130002",
            "address" : "上海",
            "artif_name" : "张三",
            "artif_cert_id" : "123456",
            "contact_phone" : "18212341234",
            "business_type" : "01",
            "business_code" : "1234567890",
            "notify_url" : "http://baidu.com",
            "status" : "1",
            "remarks" : ""
        },
    "success": true
}

失败请求示例

{
    "error_code":"-101",
    "error_message":"无效参数",
    "success":false
}

results matching ""

    No results matching ""