get
https://v1/v1/savingsaccounts/
Retrieve a granular, real-time snapshot of any managed savings account using the Account Details API. Beyond basic balance inquiries, this endpoint provides deep visibility into the account’s structural configuration—including interest compounding logic, overdraft thresholds, and its progression through the institutional lifecycle.
This comprehensive data set is essential for building personalized wealth management dashboards, calculating real-time liquidity, or executing rigorous compliance audits.
Key Information Dimensions
Access a multi-dimensional view of the account state:
- Institutional Standing: Track the account's current
status(Active, Dormant, or Closed) and the full audit trail oftimelineevents including approval and activation dates. - Financial Summary: Retrieve the
summaryblock for a holistic view of total deposits, withdrawals, posted interest, and current available balance. - Operational Logic: Inspect the underlying interest posting frequencies, day-count conventions, and configured lock-in periods.
- Global Routing: Extract bank routing numbers, SWIFT codes, and physical bank addresses associated with the account for external reconciliations.
Integration Best Practices
- Accrual Projecting: Utilize the
nominalAnnualInterestRateandinterestCompoundingPeriodTypefields to project upcoming interest accruals for your end-users. - Activity Monitoring: Regularly monitor the
subStatusfield to detect institutional blocks or dormancy markers that may restrict customer activity. - State Synchronization: Align your local ledger with the
lastActiveTransactionDateto ensure your application remains synchronized with the core banking system.

