list_transactions when you only care about one card.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | number | No | Max number of transactions to return (default 20, max 100) |
offset | number | No | Number of transactions to skip, for pagination (default 0) |
status | string | No | Filter by transaction status, e.g. PENDING, SETTLED, DECLINED, REVERSED, EXPIRED, REFUNDED |
Returns
Transactions from every card, newest first, each tagged with itscardId and cardLast4 so you can tell which card was charged, along with amount, merchant, description, status, and timestamp, plus a count. When nothing matches, you get “No transactions found across any of your cards.”