X-API-Key: ********************Authorization: ********************{
"requestId": "REQ202604280001",
"merchantId": 10001,
"payerType": "PRIVATE_COMPANY",
"payer": {
"name": "环球xxx公司",
"enName": "Global xx Co., Ltd.",
"phone": "+86-13800138000"
},
"identity": {
"type": "BUSINESS_REG",
"number": "91440300MA5FXXXXXX",
"issuedDate": "2020-01-01",
"expirationDate": "2030-01-01"
},
"address": {
"line1": "Nanshan District, Shenzhen",
"city": "Shenzhen",
"state": "Guangdong",
"country": "CN"
},
"company": {
"brNumber": "BR12345678",
"registrationDate": "2020-01-01",
"expiryDate": "2030-01-01",
"registrationAddress": {
"line1": "Central, Hong Kong",
"city": "Hong Kong",
"state": "HK",
"country": "HK"
}
},
"directors": [
{
"name": "Li Lei",
"idNo": "P12345678",
"idExpiration": "2030-01-01"
}
],
"ubos": [
{
"name": "Han Meimei",
"idType": "PASSPORT",
"idNo": "E98765432"
}
],
"documents": [
{
"fileId": 1001,
"type": "BR_CERT"
},
{
"fileId": 1002,
"type": "CR_CERT"
}
]
}curl --location 'http://prod-cn.your-api-server.com/api/v1/payers' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "REQ202604280001",
"merchantId": 10001,
"payerType": "PRIVATE_COMPANY",
"payer": {
"name": "环球xxx公司",
"enName": "Global xx Co., Ltd.",
"phone": "+86-13800138000"
},
"identity": {
"type": "BUSINESS_REG",
"number": "91440300MA5FXXXXXX",
"issuedDate": "2020-01-01",
"expirationDate": "2030-01-01"
},
"address": {
"line1": "Nanshan District, Shenzhen",
"city": "Shenzhen",
"state": "Guangdong",
"country": "CN"
},
"company": {
"brNumber": "BR12345678",
"registrationDate": "2020-01-01",
"expiryDate": "2030-01-01",
"registrationAddress": {
"line1": "Central, Hong Kong",
"city": "Hong Kong",
"state": "HK",
"country": "HK"
}
},
"directors": [
{
"name": "Li Lei",
"idNo": "P12345678",
"idExpiration": "2030-01-01"
}
],
"ubos": [
{
"name": "Han Meimei",
"idType": "PASSPORT",
"idNo": "E98765432"
}
],
"documents": [
{
"fileId": 1001,
"type": "BR_CERT"
},
{
"fileId": 1002,
"type": "CR_CERT"
}
]
}'{
"payerId": "string",
"status": "DRAFT",
"reviewLevel": "L1",
"rejectReason": "string"
}