Skip to main content
Lists the transactions on one card, with amount, merchant, status, and timestamps. Use limit and status to narrow the results, or list_all_transactions for the account-wide view.

Parameters

ParameterTypeRequiredDescription
card_idstringYesThe card ID
limitnumberNoMax number of transactions to return (default 20)
statusstringNoFilter by transaction status, e.g. PENDING, SETTLED, DECLINED, REVERSED, EXPIRED, REFUNDED

Returns

The card’s transactions newest first, each with ID, amount in cents, merchant, description, status, event type, merchant category code, and created timestamp, plus a count. When there is nothing to show, you get “No transactions found.”

Example

{ "name": "list_transactions", "arguments": { "card_id": "card_abc123" } }