List transaction history for a specific card. GET /cards//transactions. 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 |
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default: 1) |
limit | integer | Results per page (default: 20, max: 100) |
type | string | Filter by type: PURCHASE, DECLINE, REFUND, FUND, UNLOAD, FEE |
from | string | Start date (ISO 8601) |
to | string | End date (ISO 8601) |
| Type | Description |
|---|---|
PURCHASE | Successful card purchase |
DECLINE | Declined transaction attempt |
REFUND | Merchant refund |
FUND | Balance added to card |
UNLOAD | Balance removed from card |
FEE | Fee deducted from card balance |
| Field | Type | Description |
|---|---|---|
id | string | Transaction ID |
type | string | Transaction type |
amount | number | Transaction amount |
currency | string | Transaction currency |
merchantName | string | Merchant name (purchases only) |
merchantCategory | string | MCC category code |
status | string | APPROVED, DECLINED, REVERSED |
createdAt | string | Transaction timestamp |
JWT access token obtained from /auth/token