GET
List card transactions
Returns the card’s transactions, newest first, including merchant details in cardAuth (merchant name, amount, currency). Add ?month=YYYY-MM to scope to a single month. For the account-wide history (transfers, fees, and card spend together), use List transactions.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's id.

accountId
string
required

The account the card belongs to. A customer can have several accounts; cards are issued against one.

cardId
string
required

The card id from create / get cards.

Query Parameters

month
string

Optional YYYY-MM filter.

Example:

"2026-05"

Response

Card transactions

success
boolean
Example:

true

transactions
object[]
total
integer