List Card Transactions
Lists an account’s card transactions, newest first. Defaults to the account the credential belongs to. Covers every card the owner has ever had, including canceled cards and spend that predates a re-application, and team members only see transactions on the cards assigned to them. Pass transaction_ids to fetch specific transactions instead of paging for them.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-07-29"
Query Parameters
The account whose card transactions to list, prefixed biz_. Defaults to the credential's account.
Return only these card transactions, each prefixed citx_. Repeat the parameter, or pass one comma-separated value.
Return only transactions charged to these cards, each prefixed icrd_.
Return only transactions on cards assigned to these users, each prefixed user_.
Return only transactions with this status.
pending, completed, reversed, declined Return only transactions authorized at or after this ISO 8601 timestamp.
Return only transactions authorized at or before this ISO 8601 timestamp.
The field to sort by. Defaults to created_at.
created_at The sort direction. Defaults to desc.
asc, desc The number of card transactions to return.
A cursor; returns card transactions after this position.
The number of card transactions to return, counting back from the end.
A cursor; returns card transactions before this position.

