Overview
GET /transactionsreturns transaction history for the current user session.- Required scope:
transactions.read. - Optional filters:
type(comma-separated),cardId,limit,cursor.
API flow (step-by-step)
List transactions
Query parameters
Comma-separated transaction types:
spend, collateral, payment, fee.Optional card id filter.
Optional page size (max 100).
Optional pagination cursor.
Response fields
Transaction id.
spend | collateral | payment | fee.Transaction status.
Amount in cents.
Currency code.
Merchant or descriptor when available.
Card id for spend transactions.
ISO 8601 timestamp.