QQ钱包商户入驻接口

接口说明

  • 服务商下的商户新增QQ钱包商户信息。。

方法名

  • fshows.liquidation.qpay.add.merchant

请求参数

参数 类型 是否必填 最大长度 描述
sub_merchant_id String 20 清算平台商户号
business string 20 须与实际售卖商品保持一致,请按以下类目标准正确输入商户所属类目(如“线下零售—超市”):http://kf.qq.com/faq/170112Vba2I7170112eEva2u.htmlhttp://kf.qq.com/faq/170112Vba2I7170112eEva2u.html
merchant_name string 64 商户名称
merchant_short_name string 32 商户简称,支付成功页上显示的商户或门店名称,建议不要包含“微信、微信支付、支付宝”字样
service_phone string 64 服务电话

请求示例

{
    "sub_merchant_id":"20170721144805022279",
    "business":"线下零售—超市"
}

返回值

参数 类型 是否必填 最大长度 描述
app_id String 20 清算方编号
sub_merchant_id String 20 清算平台商户号
business string 20 类目
merchant_name string 64 商户名称
merchant_short_name string 32 商户简称
service_phone string 64 服务电话

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

{
   "return_value":
        {
            "app_id":"20170707104433555",
            "sub_merchant_id" : "201711130001",
            "business" : "201711130002",
            "merchant_name" : "上海",
            "merchant_short_name" : "张三",
            "service_phone" : "123456",
        },
    "success": true
}

失败请求示例

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

results matching ""

    No results matching ""