Create Corporation Cardholder
Endpoint creates a business cardholder entity with card-issuing privileges. Note: Cardholder activation requires KYB verification by our Compliance team.
Last updated
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "CC3B7eD0-6b2d-AbC4-346E-FC8ffA54",
"timestamp": "2025-04-07 13:52:18",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"mobile": "+8618102092707",
"email": "z.yrckcialmy@ccdwqo.to",
"contact_name": "Test Cjiyzpr",
"corporation": {
"registration_name": "Test User INC",
"registration_code": "360000201510032997",
"registration_date": "2012-12-10",
"vat_code": "vatcode12",
"expires_on": "2032-12-10",
"business_scope": "test records",
"registration_address": {
"city_name": "West Lyda",
"country_code": "MX",
"postal_code": "48162-42",
"state": "Virginia",
"line": "line 1 line 1 line 1 line 1 ",
"line2": "line 2 line 2 line 2 line 2 "
}
},
"person": {
"first_name": "Test",
"last_name": "User",
"citizenship_country": "MX",
"id_type": 2,
"id_no": "360000200812043160",
"gender": 3,
"birthday": "2021-12-09",
"national_name": "rpc",
"issuance_date": "2012-12-10",
"expires_on": "2032-12-10",
"address": {
"city_name": "West Ronaldo",
"country_code": "LR",
"postal_code": "37993",
"state": "Tennessee",
"line": "line 1 line 1 line 1 line 1 ",
"line2": "line 2 line 2 line 2 line 2 "
}
}
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!{
"code": "10000",
"msg": "Success",
"total": 1,
"random_key": "<random key used for decryption>",
"sign_type": "RSA",
"app_id": "00000000000000000",
"data": {
"holder_id": 103007,
"status": 1
}
}
// The data in this example has already been decrypted.{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}