v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Transactions

List Transactions (without pagination)

This endpoint is deprecated. Please use /api/v1/cards/transactions instead. Retrieves transactions for all activated cards of the authenticated user

get/api/v1/transactions

Query parameters

cardTokensstring

Comma-separated list of card tokens

beforestring date-time

Filter transactions before this date (ISO 8601 format, e.g., "2023-04-01T00:00:00Z")

afterstring date-time

Filter transactions after this date (ISO 8601 format, e.g., "2023-03-01T00:00:00Z")

billingCurrencystring

Filter by billing currency code

transactionCurrencystring

Filter by transaction currency code

mccstring

Filter by Merchant Category Code (MCC)

transactionTypestring

Filter by transaction type code (e.g., "00" for Purchase, "01" for Withdrawal)

Response

Successful response

Example response

[
  {
    "threadId": "1234567890"
  }
]