Skip to main content

Transactions

Transaction history is split into card and account feeds. Use the dedicated list endpoints for filtering.

EndpointMethodDescription
/api/v2/transactions/cardsGETCard transactions (purchases, refunds, fees, top-ups, …)
/api/v2/transactions/cards/{transaction_uuid}GETSingle card transaction
/api/v2/transactions/accountsGETAccount-level transactions
/api/v2/transactions/accounts/{transaction_uuid}GETSingle account transaction
Deprecated

GET /api/v2/transactions (combined list) exists but is deprecated. Prefer the /cards and /accounts routes.

Common query parameters (see OpenAPI for exact types):

ParameterDescription
limitPage size (default 100, max 1000)
offsetSkip rows
cardUuidFilter card tx by card
accountUuidFilter account tx by account
typesComma-separated type filter
statusesComma-separated status filter
dateFromISO 8601 start
dateToISO 8601 end

List responses use { "items": [ ... ] }. Item shape may include fee and settlement fields when the provider supplies them — use the detail endpoint if anything is missing in list views.