Skip to main content
GET
/
account
/
transactions
List Transactions
curl --request GET \
  --url https://api.fyatu.com/api/v3.20/account/transactions \
  --header 'Authorization: Bearer <token>'
{}

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

Returns a paginated list of business wallet transactions. Each record represents a debit or credit to your business wallet.

Query Parameters

ParameterTypeDescription
pageintegerPage number (default: 1)
limitintegerResults per page (default: 20, max: 100)
typestringFilter by type: CARD_ISSUE, CARD_FUND, CARD_UNLOAD, FEE, DEPOSIT, REFUND
fromstringStart date (ISO 8601)
tostringEnd date (ISO 8601)

Transaction Types

TypeDescription
CARD_ISSUEDebit for card issuance (amount + fee)
CARD_FUNDDebit for funding an existing card
CARD_UNLOADCredit when balance is unloaded from a card
FEEStandalone fee deduction
DEPOSITWallet top-up
REFUNDBalance returned from a failed operation

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /auth/token

Query Parameters

page
integer
default:1
limit
integer
default:20
Required range: x <= 100
type
string

Filter by transaction type

Response

Transactions retrieved

The response is of type object.