Retrieve detailed information about a specific cardholder, including personal details, address, document information, and KYC status.
| Parameter | Type | Description |
|---|---|---|
id | string | Unique cardholder identifier |
| Field | Type | Description |
|---|---|---|
id | string | Cardholder ID |
externalId | string | Your system’s identifier |
firstName | string | First name |
lastName | string | Last name |
email | string | Email address |
phone | string | Phone number |
dateOfBirth | string | Date of birth |
gender | string | Gender |
address | object | Address details |
document | object | Document details |
kyc | object | KYC status and documents |
status | string | Cardholder status |
cardsCount | integer | Number of active cards |
createdAt | string | Creation timestamp |
updatedAt | string | Last update timestamp |
| Status | Description |
|---|---|
UNSUBMITTED | No KYC documents have been submitted |
PENDING | Documents submitted, awaiting review |
VERIFIED | KYC verification completed successfully |
REJECTED | KYC verification failed |
JWT access token obtained from /auth/token
Unique cardholder identifier