Skip to main content
GET
List reloadable card transactions

Authorizations

Authorization
string
header
required

Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).

Query Parameters

card_id
string

Return only this card's transactions. Omit for every reloadable card on the account.

limit
number

Maximum number of transactions to return. Defaults to the issuer's own page size (20).

status
string

Filter by status, e.g. pending, settled, declined, reversed, refunded.

Response

200 - application/json

The caller's reloadable card transactions.

transactions
object[]
note
string

Present only when no card issuer account is linked.