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.

Cards Overview

A card represents a set of payment identifiers: the PAN (16-digit number), expiry date, and CVV. When a card is terminated and a replacement is issued, an entirely new card is created with a new ID, CVV, and expiry — old cards remain in your history as terminated.

Card Types

Virtual Cards

Digital cards for online transactions. Issued instantly and active by default.
FeatureStandardTokenized
IssuanceInstantInstant
Initial statusActiveActive
NetworksMastercard, VisaVisa
Apple Pay / Google PayNoYes
3D SecureYesYes
Tokenized cards support provisioning to digital wallets (Apple Pay, Google Pay) for contactless in-store payments. Use List Products to see which products have isTokenized: true.

Physical Cards (Coming Soon)

Plastic or metal cards shipped to the cardholder’s address. Inactive by default — require activation with a code before use.
FeaturePlasticMetal
Delivery7–14 business days7–14 business days
Initial statusInactive (requires activation)Inactive (requires activation)
ContactlessYesYes
ATMYesYes

Crypto Cards (Coming Soon)

Cards funded directly from cryptocurrency balances with automatic conversion.

Card Lifecycle

Card Statuses

StatusDescriptionCan TransactCan Fund
INACTIVEIssued but not yet activated (physical only)NoNo
ACTIVEUsable for all transactionsYesYes
FROZENTemporarily disabled by cardholder or businessNoYes
SUSPENDEDDisabled by system (fraud, compliance, or decline limit)NoYes*
TERMINATEDPermanently closed — cannot be reactivatedNoNo
FROZEN vs SUSPENDED: A FROZEN card is disabled by you and can be unfrozen via API. A SUSPENDED card is disabled by the system and requires either funding (for decline suspensions) or support intervention to resolve.

Status Transitions

ActionFromTo
Create virtual cardACTIVE
Create physical cardINACTIVE
Activate with codeINACTIVEACTIVE
FreezeACTIVEFROZEN
UnfreezeFROZENACTIVE
Fund card (resets decline count)SUSPENDED (decline)ACTIVE
System detects fraud / compliance issueACTIVE / FROZENSUSPENDED
15 insufficient funds declinesACTIVESUSPENDED
Support resolves suspensionSUSPENDEDACTIVE
Revoke / Delete / Lost / Stolen / ExpiredAny non-terminatedTERMINATED

Decline Count & Auto-Suspension

Cards track consecutive declined transactions due to insufficient funds:
  • Limit: 15 consecutive insufficient funds declines triggers automatic suspension
  • Reset: funding the card resets the decline count and reactivates the card (if suspended due to declines only)
  • Prevention: monitor declineCount in the card details response to warn cardholders before suspension