批量提交法人、受益人和股东认证材料
# 批量提交法人、受益人和股东认证材料
# 请求地址
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
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