Retrieve detailed information about a specific transaction by its external ID.
Returns complete transaction data including:
Authorization: Only the owning user can access their transactions. Returns 403 Forbidden if the transaction belongs to a different user.
Tenant org ID for multi-tenant auth
Transaction retrieved successfully
Detailed transaction response with full entity data.
HAL-style hypermedia links for navigation.
Unique transaction identifier
Transaction type (deposit, withdrawal, card_purchase, etc.)
Transaction status (pending, processing, completed, failed)
Fund flow direction relative to user (in, out)
Transaction amount in asset's base units
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Asset involved in the transaction
Transaction creation timestamp (epoch ms)
Last update timestamp (epoch ms)
Funding source (crypto_wallet, bank_account, card)
Wallet for crypto transactions
Bank account for bank transactions
Card for card transactions
On-chain transaction hash (crypto only)
Merchant name (card/bank transactions)
4-digit ISO 18245 merchant category code
Spending category (restaurants, groceries, etc.)
External processor transaction reference
Whether this transaction has an attached receipt