Get account holder information
To get the Account Holder infromation, it has to be preoviously registered. Please contact [email protected] to register your Account Holder information and to get your holder_id.
POST https://[base_url]/v1/virtual-cards/account-holder/
Endpoint response
Status code: 200
{
"account_holder_id": "acch_02xrxW3zcSMDvJUOh7CU2e",
"first_name": "Hyperguest",
"last_name": "Reservas",
"nacionality": "CO",
"person_type": "legal",
"document_number": "12342388",
"document_type": "CC",
"birthdate": "1996-10-10",
"email": "[email protected]",
"phone_number": "+573000000000",
"address": "Calle 97 # 15-24",
"city": "Chapinero",
"state": "Bogota D.C",
"country": "CO",
"zip_code": "110221"
}
Status code: 400, 401, 403, 404
{
"code": "Status code",
"message":"Error description",
"detail": "Error details"
}