Update Cardholder
Updates the specified individual cardholder by setting the values of the parameters passed.
Last updated
Updates the specified individual cardholder by setting the values of the parameters passed.
Last updated
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "dcB88bc9-b6bc-26B8-b4c9-AF9cED1B",
"timestamp": "2025-04-07 13:52:14",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"holder_id": 103006,
"mobile": "+8618197431263",
"first_name": "Test",
"last_name": "User",
"id_no": "51f635df-d206-449c",
"id_type": 1,
"email": "[email protected]",
"birthday": "1990-11-08",
"gender": 1,
"issuance_date": "2024-07-21",
"expires_on": "2030-07-24",
"nationality_code": "BR",
"address": {
"city_name": "beijing",
"country_code": "BR",
"postal_code": "045675",
"state": "proident enim",
"line": "Wivjq Njutsfd Hiqouxlbs Uhdt Gtjpzy",
"line2": "Ebtorcbaq Enojuvm Ikw Xvlgum Wibq U"
}
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"sub_partner_id": "",
"request_id": "766b69FD-2aEb-bf71-cee8-e8eBbBeb",
"timestamp": "2025-04-07 13:52:15",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"holder_id": "103006"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}