商户接入指南 商户接入指南
  • V2 (opens new window)
  • V3 (opens new window)
  • V4 (opens new window)
  • V4-English (opens new window)
  • V2 (opens new window)
  • V3 (opens new window)
  • V4 (opens new window)
  • V4-English (opens new window)
  • 接入指南

    • 起步
    • 名词约定
    • 对接流程(必读)
    • 沙箱环境测试资源
    • 对接验收
    • 签名规约
  • 接入方案

    • 收银台模式

      • 内嵌JS-SDK
      • 跳转接入
    • 端到端模式

      • 快速开始
      • 商户收银台规范
    • 交易状态

      • 交易状态
      • 风险订单REVIEW
      • 异步通知
    • 交易场景

      • 交易模式-DEBIT和AUTH
      • Tokenization
      • NetworkToken
      • 本地支付
      • 3D集成指南
      • recurring集成指南
      • 退款集成指南
      • dispute API集成指南
      • 一键支付集成指南
    • 开源建站工具插件支持

      • Magento235
      • Woocommerce
      • OpenCart
      • Prestashop
      • ZenCart
  • APIs

    • 交易下单

    • 交易查询

    • 快捷支付

    • 一键支付

    • 拒付管理

    • 风控管理

    • 物流信息

    • 交易账单

    • 币种汇率

    • 商户信息

    • KYB方案

      • KYB概述
      • KYB服务密钥获取流程
      • 签名
      • 子商户注册
      • 批量新增法人股东受益人
        • 请求地址
        • 请求参数
        • customerType
        • 响应报文
          • 响应报文示例
      • 新增法人股东受益人
      • 删除法人股东受益人
      • 新增公司信息
      • 查询子商户详情
      • 保存店铺
      • 店铺列表
      • 店铺详情
      • 异步通知
      • 上传文件
  • 工具

  • 附录

  • v3

批量提交法人、受益人和股东认证材料

# 批量提交法人、受益人和股东认证材料

# 请求地址


    POST https://sandbox-acquirer-payment.pingpongx.com/merchant/acquirer/kyb/personal/batch
    
    1
    POST https://acquirer-payment.pingpongx.com/merchant/acquirer/kyb/personal/batch
    
    1
    // Make sure to add code blocks to your code group

    # 请求参数



    参数必填属性说明:必填(M),可选(O),条件必填(C)。 POST JSON
    暂无数据

    # customerType

    customerType desc
    1 法人
    2 股东
    3 受益人

    # 响应报文



    暂无数据

    # 响应报文示例

    {
      "msg": "SUCCESS",
      "code": 200,
      "data": {
        "institutionId": "2022070222130610237",
        "kybCustomerInfoResponseDTOList": [
          {
            "batchOperationStatus": "SUCCESS",
            "country": "HongKong(China)",
            "englishName": "cccc",
            "address": "法人地址",
            "frontImageFileName": "8ed43fbf03624283ad6d3d654fdba7d1.jpeg",
            "birthDate": "2022-07-28",
            "certEffectiveDate": "2022-05-01",
            "certExpireDate": "2022-05-01",
            "englishAddress": "cccc",
            "customerType": 1,
            "emailAddress": "1235@qq.com",
            "backImageFileName": "d1f2b0827da048a784512bbff2a0a41d.jpeg",
            "dictArea": "香港特别行政区,中西區",
            "chineseName": "法人中文名称",
            "customerId": "782"
          },
          {
            "batchOperationStatus": "SUCCESS",
            "country": "HongKong(China)",
            "englishName": "cccc",
            "address": "股东地址",
            "frontImageFileName": "38796040b1f6484494ee481e5fe179db.jpg",
            "birthDate": "2022-07-28",
            "certEffectiveDate": "2022-05-01",
            "certExpireDate": "2022-05-01",
            "englishAddress": "cccc",
            "customerType": 2,
            "emailAddress": "1235@qq.com",
            "backImageFileName": "d2a9b1dddfac4746bdcb9faf9e359172.jpg",
            "dictArea": "香港特别行政区,中西區",
            "chineseName": "股东中文名称",
            "customerId": "781"
          },
          {
            "batchOperationStatus": "SUCCESS",
            "country": "United States",
            "englishName": "受益人英文名",
            "address": "受益人地址",
            "frontImageFileName": "0436a7e0d7a04b9eb41010243ce23da6.jpeg",
            "birthDate": "2022-07-28",
            "certEffectiveDate": "2022-05-01",
            "certExpireDate": "2022-05-01",
            "englishAddress": "受益人英文地址",
            "customerType": 3,
            "emailAddress": "1235@qq.com",
            "backImageFileName": "df002ca9c9d64987a48a421f8fabee21.png",
            "dictArea": "United States,New York",
            "chineseName": "受益人名称",
            "customerId": "780"
          }
        ],
        "serviceURL": "https://dev-acquirer-merchant.pingpongx.com/merchant/acquirer/file/selectFile/",
        "sign": "CAB754C1B81A004CC42F65892CDF3061FF45AAADB04E3B3270B70A5BCDA28A30",
        "subClientId": "SM2022072122330810299",
        "signType": "SHA256"
      }
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    上次更新: 2023/06/21, 18:56:42
    子商户注册
    新增法人股东受益人

    ← 子商户注册 新增法人股东受益人→

    杭州乒乓智能技术有限公司 | Copyright © 2015-2024 checkout.pingpongx.com.All Rights Reserved.
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式