店铺详情
# 请求地址
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
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