whalet-acquiring
首页
开放API
  • 收款
  • 鲸卡
  • 收单
首页
开放API
  • 收款
  • 鲸卡
  • 收单
  1. 店铺
  • 首页
  • 店铺
    • 获取可申请的支付方式
      POST
    • 添加店铺
      POST
    • 添加店铺结果通知
      POST
    • 查询店铺详情
      POST
    • 申请店铺支付方式
      POST
    • 申请店铺支付方式结果通知
      POST
  • 支付
    • 创建支付链接
      POST
    • 查询交易信息
      POST
    • 支付结果通知
      POST
  • 退款
    • 退款申请
      POST
    • 退款结果通知
      POST
  • 拒付
    • 拒付产生通知
      POST
    • 拒付详情
      POST
    • 查询拒付原因
      POST
    • 拒付申诉
      POST
    • 拒付接受
      POST
    • 拒付结果通知
      POST
  1. 店铺

添加店铺

POST
createAcquiringShop

请求参数

Body 参数application/json
industryCode
enum<string> 
行业
必需
枚举值:
11221122122213233113121B3133143153163213223233255326327331332333334335336337339D339E423242334234142342423434234442349423542364237423842399424142434244424542491424924249342495424994251142512441214412A4412B441222441228442A442B4431414431424431A4431B4441144412444134441944514452311811446124461344619944744811448124481A44813448144481B448194482448324511145112451134511445124522452345314532145322453345391453934539H4539I4539J4539K4539984542A4542B481B482A482B483B483C4844851485248534854485548594881A4881948824883488414884A4884B48849488949149249351115112A5112B51121512115121251213512251551731151731B51731D517951791151911519135191A53211532125321B5322153228153228253228353228453228953245411A5412115412135413541454155416541715417B541854192541945419955561156125613561415614256143561495616A56171561725617356174561795619562611161126113611461156116A61161611626116361169621462196241624262436244624A7111711271137114711571271311713127139A7139B713927139371394713957139C7139D7139E721117211B7212721372237225117225137225147225158111811281138114812118121A8121B812281238129E8134813918139281393813993121A32432543259339A339C4231142312423134231442345423944242424642474248441114411B441324461A4461144619A446191448314453452A4539B4539D453924543148752231524114524125241352425311531253135417A56145561562116212621316213262133621346213962156216621A622623711A7211A72248129C81394921922A9221992B
shopName
string 
店铺名称
必需
不超过22个字符
<= 22 字符
shopUrl
string 
店铺链接
必需
<= 1000 字符
shopDescription
string 
店铺描述
必需
<= 500 字符
phoneAreaCode
string 
国际区号
必需
国际区号,示例:86
<= 10 字符
phoneNumber
string 
电话
必需
电话
<= 30 字符
methods
array [object {2}] 
支付方式
必需
店铺支付方式
methodCode
string 
支付方式
必需
支付方式methodCode
methodName
string 
名称
必需
支付方式名称
userId
string 
用户Id
必需
用户Id
<= 30 字符
示例
{
    "industryCode": "2213",
    "shopName": "店铺名称",
    "shopUrl": "https://common-comestible.info/",
    "shopDescription": "店铺描述~~",
    "phoneNumber": "176704845992",
    "phoneAreaCode": "86",
    "userId": "33",
    "methods": [
        {
            "methodCode": "022",
            "methodName": "visa"
        },
        {
            "methodCode": "088",
            "methodName": "masterCard"
        }
    ]
}

返回响应

🟢200成功
application/json
Body
userId
string 
用户ID
必需
acquiringShopId
string 
店铺id
必需
店铺id
status
enum<string> 
状态
必需
枚举值:
UN_AUDITAUDITEDAUDIT_REFUSED
示例
{
    "acquiringShopId": "123321",
    "status": "UN_AUDIT"
}
修改于 2025-07-07 09:05:31
上一页
获取可申请的支付方式
下一页
添加店铺结果通知
Built with