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
Returns the full details of a single cardholder.
Path Parameters
| Parameter | Type | Description |
|---|
cardholderId | string | The cardholder ID |
Response Fields
| Field | Type | Description |
|---|
id | string | Cardholder ID |
externalId | string | Your internal user 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 fields (line1, city, state, country, zipCode) |
status | string | ACTIVE, SUSPENDED, or DELETED |
kycStatus | string | UNSUBMITTED, PENDING, APPROVED, or REJECTED |
cardCount | integer | Number of active cards held by this cardholder |
createdAt | string | Creation timestamp |
updatedAt | string | Last update timestamp |
Error Codes
| Code | Description |
|---|
RESOURCE_NOT_FOUND | Cardholder not found or belongs to another business |