Retrieves paginated transactions for all activated cards of the authenticated user.
Returns three types of transaction events:
isPending: true, then update when cleared.The final number might differ slightly, as one thread might contain multiple transactions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated list of card tokens
Maximum number of transactions to return
x >= 10Number of transactions to skip
x >= 0Filter transactions before this date (ISO 8601 format, e.g., "2023-04-01T00:00:00Z")
Filter transactions after this date (ISO 8601 format, e.g., "2023-03-01T00:00:00Z")
Filter by billing currency code
Filter by transaction currency code
Filter by Merchant Category Code (MCC)
Filter by transaction type code (e.g., "00" for Purchase, "01" for Withdrawal)
Successful response with paginated transaction events
Total number of transactions available
25
URL for the next page of results, null if no more pages
"/api/v1/cards/transactions?limit=100&offset=100"
URL for the previous page of results, null if on first page
null
Array of transaction events for the current page