limit and status to narrow the results, or list_all_transactions for the account-wide view.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
card_id | string | Yes | The card ID |
limit | number | No | Max number of transactions to return (default 20) |
status | string | No | Filter 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 acount. When there is nothing to show, you get “No transactions found.”