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.

Overview

Update one or more fields on a cardholder profile. Only the fields you include in the request body are updated (PATCH semantics).

Path Parameters

ParameterTypeDescription
cardholderIdstringThe cardholder ID

Updatable Fields

FieldTypeDescription
emailstringEmail address
phonestringPhone number (E.164 format)
addressstringStreet address
citystringCity
statestringState or region
countrystringCountry code (ISO 3166-1 alpha-2)
zipCodestringPostal / ZIP code
Legal name (firstName, lastName) and dateOfBirth cannot be updated after a cardholder has approved KYC. Contact support for corrections.

Error Codes

CodeDescription
RESOURCE_NOT_FOUNDCardholder not found or belongs to another business
VALIDATION_ERRORInvalid field values