提交法人、受益人和股东认证材料
# 提交法人、受益人和股东认证材料
# 请求地址
POST https://sandbox-acquirer-payment.pingpongx.com/merchant/acquirer/kyb/personal
1
POST https://acquirer-payment.pingpongx.com/merchant/acquirer/kyb/personal
1
// Make sure to add code blocks to your code group
# 请求参数
参数必填属性说明:必填(M),可选(O),条件必填(C)。 POST JSON
暂无数据
# customerType
customerType | desc |
---|---|
1 | 法人 |
2 | 股东 |
3 | 受益人 |
# 响应报文
属性 | 类型 | 是否必填 | 描述 |
---|---|---|---|
institutionId | string(64) | M | 机构一标识 |
subClientId | string(64) | M | PingPong侧子商户唯一标识 |
customerId | int | M | 法人受益人股东身份唯一标识 |
englishName | String(32) | M | 英文姓名 |
sign | String(128) | M | 签名 |
certExpireDate | String(64) | M | 证件过期时间 |
englishAddress | String(64) | M | 英文地址 |
customerType | String(32) | M | 身份类型 |
emailAddress | String(64) | M | 邮件地址 |
signType | String(32) | M | 签名类型 |
address | String(64) | M | 中文地址 |
birthDate | String(64) | M | 出生日期 |
certEffectiveDate | String(64) | M | 证件生效日期 |
dictArea | String(64) | O | 地区 |
chineseName | String(64) | M | 中文名称 |
serviceURL | String(64) | M | 文件访问前缀 |
{
"code": 200,
"data": {
"address": "ccc",
"birthDate": "2022-07-28",
"certEffectiveDate": "2022-05-01",
"certExpireDate": "2022-05-01",
"chineseName": "xxccc",
"continent": "",
"country": "HongKong(China)",
"customerId": "777",
"customerType": 3,
"dictArea": "香港特别行政区,中西區",
"emailAddress": "1235@qq.com",
"englishAddress": "cccc",
"englishName": "cccc",
"frontImageFileName": "8ed43fbf03624283ad6d3d654fdba7d1.jpeg",
"nationality": "Mainland"
},
"msg": "SUCCESS"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
上次更新: 2023/06/21, 18:56:42