Get Cardholder
Cardholders
Get Cardholder
Get cardholder details including KYC status, personal information, and associated cards. GET /cardholders/.
GET
Get Cardholder
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve detailed information about a specific cardholder, including personal details, address, document information, and KYC status.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Unique cardholder identifier |
Response Fields
| 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 |
Example Usage
Example Response
KYC Status Values
| Status | Description |
|---|---|
UNSUBMITTED | No KYC documents have been submitted |
PENDING | Documents submitted, awaiting review |
VERIFIED | KYC verification completed successfully |
REJECTED | KYC verification failed |
Authorizations
JWT access token obtained from /auth/token
Path Parameters
Unique cardholder identifier

