Query Cardholder
Retrieve cardholder details by providing either a holder_id or a combination of id_no and id_type.
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"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!Response
Name
Type
Description
Last updated