Update cardholder personal information, metadata, or status. PATCH /cardholders/.
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.
| Parameter | Type | Description |
|---|---|---|
id | string | Unique cardholder identifier |
| Field | Type | Description |
|---|---|---|
firstName | string | First name |
lastName | string | Last name |
phone | string | Phone number in E.164 format |
dateOfBirth | string | Date of birth (YYYY-MM-DD, must be 18+) |
gender | string | Gender (MALE or FEMALE) |
address | string | Street address |
city | string | City |
state | string | State or province |
country | string | ISO country code (2 chars) |
zipCode | string | Postal/ZIP code |
documentType | string | Document type (PASSPORT, NATIONAL_ID, DRIVER_LICENSE) |
documentNumber | string | Document number |
externalId | string | Your system’s identifier |
status | string | Status (ACTIVE, INACTIVE, SUSPENDED) |
metadata | object | Custom key-value data (merge semantics, see below) |
metadata field uses merge semantics on update:
null or ""email field cannot be updated after cardholder creation. If you need to change the email, you must delete the cardholder and create a new one.documentType and documentNumber fields are locked once the cardholder’s KYC status is ACCEPTED or SUBMITTED. You cannot modify document information after KYC verification.JWT access token obtained from /auth/token
Unique cardholder identifier
Cardholder's first name
1 - 100Cardholder's last name
1 - 100Phone number with country code
6 - 20Date of birth (YYYY-MM-DD)
Gender
MALE, FEMALE, OTHER Street address
255City
100State or province
100ISO 3166-1 alpha-2 country code
2Postal/ZIP code
20Type of identification document
PASSPORT, NATIONAL_ID, DRIVER_LICENSE Document identification number
50Your system's identifier
100Cardholder status
ACTIVE, INACTIVE, SUSPENDED