商户接入指南 商户接入指南
  • 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服务密钥获取流程
      • 签名
      • 子商户注册
      • 批量新增法人股东受益人
      • 新增法人股东受益人
      • 删除法人股东受益人
      • 新增公司信息
      • 查询子商户详情
      • 保存店铺
      • 店铺列表
      • 店铺详情
        • 请求地址
        • 响应报文
        • FileImageInfo
        • industryType 取值
        • independentWebsite取值
      • 异步通知
      • 上传文件
  • 工具

  • 附录

  • v3

店铺详情

# 请求地址


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


    参数必填属性说明:必填(M),可选(O),条件必填(C)。 POST JSON
    属性 类型 是否必填 描述
    institutionId string(64) M 机构一标识
    merchantAccId string(64) M 机构侧店铺唯一标识
    accId string(64) M PingPong侧店铺唯一标识

    # 响应报文


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

    暂无数据

    # FileImageInfo

    属性 类型 是否必填 描述
    type FileImage O 文件类型,IMG,PDF,EXCEL
    fileName string(128) O 文件原名
    filePath string(64) M 上传后的文件地址
    operator string(64) O 操作人
    lastUpdateDate string(64) O 最后更新时间

    # industryType 取值

    industryType desc
    Goods_Goods 货物贸易
    Service_CarRental 服务贸易-租车
    Service_Other 服务贸易-其它

    # independentWebsite取值

    independentWebsite desc
    Self build 自建站
    Shopify Shopify
    Shopify Europe Shopify 欧洲
    Magento Magento
    Magento Europe Magento 欧洲
    Opencart Opencart
    Ueeshop Ueeshop
    shoplus 超店shoplus
    Shoplazza 店匠
    XShoppy XShoppy
    shopyy shopyy
    FUNPINPIN FUNPINPIN
    Woocommerce Woocommerce
    Woocommerce Europe Woocommerce 欧洲
    Other Europe Independent Website 其他建站工具
    {
        "msg": "SUCCESS",
        "code": 200,
        "data": {
            "websiteJournal": [
                {
                    "fileName": "网站运营.jpg",
                    "lastUpdateDate": "20220715145021",
                    "filePath": "0827003da1b041ca8906efd076896d8a.jpeg",
                    "type": "IMG",
                    "operator": "test10005@pingpongx.com"
                }
            ],
            "institutionId": "2022071513553610280",
            "sign": "DD754EF9B6026218F11E3F6E6E32A309",
            "bankStatement": [],
            "merchantAccId": "MAC20001",
            "websiteDomain": [
                {
                    "fileName": "网站域名.jpg",
                    "lastUpdateDate": "20220715145021",
                    "filePath": "0827003da1b041ca8906efd076896d8a.jpeg",
                    "type": "IMG",
                    "operator": "test10005@pingpongx.com"
                }
            ],
            "industryType": "",
            "applicationForm": [
                {
                    "fileName": "申请表.jpg",
                    "lastUpdateDate": "20220715145021",
                    "filePath": "0827003da1b041ca8906efd076896d8a.jpeg",
                    "type": "IMG",
                    "operator": "test10005@pingpongx.com"
                }
            ],
            "storeUrl": "xxx1.com",
            "accId": "2022071513553610280526",
            "subClientId": "SM2022071514080210281",
            "signType": "MD5",
            "storeName": "xxx1",
            "financialReport": [
                {
                    "fileName": "财务报告.jpg",
                    "lastUpdateDate": "20220715145021",
                    "filePath": "0827003da1b041ca8906efd076896d8a.jpeg",
                    "type": "IMG",
                    "operator": "test10005@pingpongx.com"
                }
            ],
            "independentWebsite": "Self build",
            "status": "PENDING"
        }
    }
    
    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
    上次更新: 2023/06/21, 18:56:42
    店铺列表
    异步通知

    ← 店铺列表 异步通知→

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