子商户详情
# 请求地址
POST https://sandbox-acquirer-payment.pingpongx.com/merchant/acquirer/kyb/subMerchant/getOne
1
POST https://acquirer-payment.pingpongx.com/merchant/acquirer/kyb/subMerchant/getOne
1
// Make sure to add code blocks to your code group
# 请求参数
参数必填属性说明:必填(M),可选(O),条件必填(C)。 POST JSON
属性 | 类型 | 是否必填 | 描述 |
---|---|---|---|
institutionId | String(64) | M | 机构一标识 |
subClientId | String(64) | M | PingPong侧子商户唯一标识 |
signType | String(32) | M | 签名类型 |
sign | String(128) | M | 签名 |
{
"institutionId": "2022070222130610237",
"subClientId": "SM2022071014260110273",
"signType": "MD5",
"sign": ""
}
1
2
3
4
5
6
2
3
4
5
6
# 响应报文
参数必填属性说明:必填(M),可选(O),条件必填(C)。
暂无数据
{
"msg": "SUCCESS",
"code": 200,
"data": {
"kycStatus": "PENDING",
"institutionId": "2022070222130610237",
"companyInfo": {
"continent": "Asia",
"companyUtilityBillts": [
{
"fileName": "11d82e52de104469960e73625af5f1fe.jpg"
},
{
"fileName": "8e7168c19e43491a9c3c7eebf6a026cc.jpg"
}
],
"country": "",
"englishName": "englishName",
"officeLeaseContracts": [
{
"fileName": "be78f7019cf2490382e25761b0e5c62b.jpeg"
},
{
"fileName": "235eb52977dc4f2c8025548aeaa9f106.jpeg"
}
],
"otherInfo": [
{
"originFileName": "66.jk",
"filePath": "d51a7da28c1f407ea6de2c94d526ea64.png",
"fileType": "4"
},
{
"originFileName": "pci-logo.png",
"filePath": "5847e0699411439f9a9d79ab73c34b0e.png",
"fileType": "4"
}
],
"businessLicenseFileName": "5c45a3d091194e42be99a29918b6dfa8.jpeg",
"companyType": 1,
"businessLocation": "HongKong(China)",
"certificationNo": "3305125635885588555",
"hkBizRegistrationOrdinance": "4b97876c26564f2593131d12609bafa0.jpeg",
"bankAccountInformation": {
"fileName": "fee3e55e59b34a2bb0d801668ea5b047.jpg"
},
"certEffectiveDate": "2022-07-01",
"certExpireDate": "2022-07-01",
"englishAddress": "vvvv",
"dictArea": "香港特别行政区,灣仔區",
"residentialAddress": "ccc",
"additionalInfo": [],
"chineseName": "chineseName",
"companyCharter": "0882d639fd1c46c289d1f231ccf989c8.jpeg,39a7fa59472f4077b455c2077c9b65de.jpeg",
"officeFileName": "e93d56676a9d48d7b216c6b6bc73b199.jpg",
"status": "PENDING"
},
"serviceURL": "https://dev-acquirer-merchant.pingpongx.com/merchant/acquirer/file/selectFile/",
"sign": "DDEFD6CFFEAC56EBE8566266DAEE7A6C7C346D1392FF57918D3BEF061B609B0D",
"shareholder": [
{
"country": "HongKong(China)",
"englishName": "cccc",
"address": "股东地址",
"idType": "1",
"frontImageFileName": "38796040b1f6484494ee481e5fe179db.jpg",
"birthDate": "2022-07-28",
"certEffectiveDate": "2022-05-01",
"certExpireDate": "2022-05-01",
"englishAddress": "cccc",
"customerType": 2,
"emailAddress": "1235@qq.com",
"phoneNumber": "1865233666",
"backImageFileName": "d2a9b1dddfac4746bdcb9faf9e359172.jpg",
"dictArea": "香港特别行政区,中西區",
"chineseName": "股东中文名称",
"customerId": "784",
"idCardNumber": "125666333331",
"comment": "222",
"status": "PENDING"
}
],
"merchantClientId": "test0001",
"additionInfo": {},
"beneficiaryInfo": [
{
"country": "United States",
"englishName": "受益人英文名",
"address": "受益人地址",
"idType": "1",
"frontImageFileName": "0436a7e0d7a04b9eb41010243ce23da6.jpeg",
"birthDate": "2022-07-28",
"certEffectiveDate": "2022-05-01",
"certExpireDate": "2022-05-01",
"englishAddress": "受益人英文地址",
"customerType": 3,
"emailAddress": "1235@qq.com",
"phoneNumber": "1865233666",
"backImageFileName": "df002ca9c9d64987a48a421f8fabee21.png",
"dictArea": "United States,New York",
"chineseName": "受益人名称",
"customerId": "785",
"idCardNumber": "125666333331",
"comment": "333",
"status": "PENDING"
}
],
"legalPerson": {
"country": "HongKong(China)",
"englishName": "cccc",
"address": "法人地址",
"idType": "1",
"frontImageFileName": "8ed43fbf03624283ad6d3d654fdba7d1.jpeg",
"birthDate": "2022-07-28",
"certEffectiveDate": "2022-05-01",
"certExpireDate": "2022-05-01",
"englishAddress": "cccc",
"customerType": 1,
"emailAddress": "1235@qq.com",
"phoneNumber": "1865233666",
"backImageFileName": "d1f2b0827da048a784512bbff2a0a41d.jpeg",
"dictArea": "香港特别行政区,中西區",
"chineseName": "法人中文名称",
"customerId": "783",
"idCardNumber": "法人电话",
"comment": "111",
"status": "PENDING"
},
"notifyUrl": "https://www.baidu.com",
"subClientId": "SM2022081216372410300",
"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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
上次更新: 2023/06/21, 18:56:42