Get full card details including the card number and CVV. GET /cards/. Requires cards:read scope.
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 |
|---|---|---|
cardId | string | The card ID |
| Field | Type | Description |
|---|---|---|
id | string | Card ID |
cardholderId | string | Cardholder this card belongs to |
productId | string | Card product |
programId | string | Card program |
nameOnCard | string | Name on card |
number | string | Full 16-digit card number |
cvv | string | CVV security code |
last4 | string | Last 4 digits |
maskedNumber | string | Masked number |
expiryDate | string | Expiry (MM/YYYY) |
expiryMonth | string | Expiry month |
expiryYear | string | Expiry year |
scheme | string | VISA or MASTERCARD |
currency | string | USD or EUR |
status | string | Card status |
balance | number | Current balance |
createdAt | string | Creation timestamp |
| Code | Description |
|---|---|
RESOURCE_NOT_FOUND | Card not found or belongs to another business |