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

添加店铺结果通知

开发中
POST
createAcquiringShopResultNotify

请求参数

Body 参数application/json

示例
{
    "acquiringShopId": "33",
    "industryCode": "11",
    "shopName": "店铺名称1",
    "shopUrl": "https://talkative-perp.com/",
    "shopDescription": "描述~~~~",
    "phoneNumber": "28542603243",
    "phoneAreaCode": "11397193110",
    "status": "UN_AUDIT",
    "methods": [
        {
            "country": [
                "MX"
            ],
            "currency": [
                "PLN",
                "KRW"
            ],
            "methodCode": "20",
            "methodName": "毛家豪",
            "status": "REVIEW"
        },
        {
            "country": [
                "TK",
                "AW"
            ],
            "currency": [
                "MAD",
                "MZN",
                "PLN"
            ],
            "methodCode": "9",
            "methodName": "visa",
            "status": "DISABLE"
        },
        {
            "country": [
                "AR",
                "RS"
            ],
            "currency": [
                "SDG",
                "GEL",
                "KWD"
            ],
            "methodCode": "51",
            "methodName": "masterCard",
            "status": "ENABLE"
        }
    ],
    "userId": "83",
    "remark": "id dolor enim"
}

返回响应

🟢200成功
application/json
Body

示例
{}
修改于 2025-07-07 03:59:15
上一页
添加店铺
下一页
查询店铺详情
Built with