Skip to main content

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.

A cardholder is an individual identity record in your card program. Each cardholder must be created and KYC-verified before cards can be issued to them. Cardholders are created programmatically via the V3.20 API — the portal provides oversight, filtering, and manual lifecycle controls.

Cardholder List

Navigate to Cardholders in the portal sidebar to see all cardholder records for the active environment. Use the filters to narrow results:
FilterOptions
StatusACTIVE, SUSPENDED, TERMINATED
KYC StatusPENDING, APPROVED, REJECTED
SearchName or email address

KYC Status

KYC (Know Your Customer) verification must be approved before a card can be issued to a cardholder.
StatusDescription
PendingCardholder created, verification not yet started or in progress
ApprovedIdentity verified — cards can be issued
RejectedVerification failed — review the rejection reason and update the cardholder record
KYC verification is handled externally by your platform. You submit cardholder identity data (name, DOB, address, nationality, and optionally a KYC document) when creating or updating the cardholder via the API.

Cardholder Detail

Click any cardholder in the list to view:
  • Identity — full name, email, phone, date of birth, nationality
  • Address — street address, city, state, postal code, country
  • Status & KYC — current lifecycle status and KYC verification result
  • Cards — all cards issued to this cardholder, with status and balance
  • External ID — your platform’s reference ID for this cardholder
  • Timeline — creation date and status change history

Cardholder Actions

ActionWhen AvailableDescription
SuspendStatus is ACTIVETemporarily blocks the cardholder from card activity. Cards linked to this cardholder are not automatically frozen.
ReactivateStatus is SUSPENDEDRestores the cardholder to ACTIVE status.
TerminateStatus is ACTIVE or SUSPENDEDPermanently closes the cardholder record. This action is irreversible.

Cardholder Data Fields

When creating a cardholder via the API, the following fields are accepted:
FieldRequiredDescription
firstNameYesLegal first name
lastNameYesLegal last name
emailYesContact email
phoneYesPhone number in E.164 format
dateOfBirthYesDate of birth (YYYY-MM-DD)
nationalityYesISO 3166-1 alpha-2 country code
address.addressYesStreet address
address.cityYesCity
address.countryYesISO 3166-1 alpha-2 country code
address.stateNoState or province
address.postalCodeNoPostal / ZIP code
externalIdNoYour platform’s reference ID for this cardholder
kycDocumentNoKYC document object (type, number, issuing country, document URLs)
See the Create Cardholder API reference for full schema details.