List business wallet transactions — card issuances, fundings, unloads, and fee deductions. GET /account/transactions.
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 |
|---|---|---|
page | integer | Page number (default: 1) |
limit | integer | Results per page (default: 20, max: 100) |
type | string | Filter by type: CARD_ISSUE, CARD_FUND, CARD_UNLOAD, FEE, DEPOSIT, REFUND |
from | string | Start date (ISO 8601) |
to | string | End date (ISO 8601) |
| Type | Description |
|---|---|
CARD_ISSUE | Debit for card issuance (amount + fee) |
CARD_FUND | Debit for funding an existing card |
CARD_UNLOAD | Credit when balance is unloaded from a card |
FEE | Standalone fee deduction |
DEPOSIT | Wallet top-up |
REFUND | Balance returned from a failed operation |