Monitor, audit, and reconcile account activity with the Unified Transactions API. This high-performance endpoint provides a consolidated ledger of all account movements—including settled savings transactions, real-time card authorizations, and declined requests—within a single, paginated response.
Building a seamless financial history for your users is made effortless through robust filtering, precise date-range scoping, and multi-status transaction visibility.
Transaction Categories
Results are classified into three primary operational buckets:
- SAVINGS_TX (Settled): Confirmed fund movements such as deposits, withdrawals, and finalized interest postings.
- AUTHORIZED_TX (Pending): Real-time authorizations that have reserved funds for future settlement.
- REJECTED_AUTH (Declined): A critical audit trail of authorization attempts declined due to insufficient funds, security blocks, or invalid data.
Advanced Discovery & Navigation
Maximize the relevance of your data results by combining these implementation strategies:
- Activity Windows: Use
startDateandendDateto restrict results to specific billing cycles or reporting periods. - Channel Isolation: Filter by
subTransactionType(e.g.,ACH,WIRE,CARD_TRANSACTION) to separate activity originating from different payment rails. - Operational Traceability: Targeted lookups can be performed using specific transaction IDs or unique
referencestrings for customer support and dispute resolution.
Precision Sorting
Always prioritize createdAt for sorting in time-sensitive applications. This ensures that the record sequence accurately reflects the chronology of system events, independent of external factors or local timezones.

