Account types today
The public API uses the canonical account type enum:checking · savings · moneyMarket · creditCard · loan · investment · wallet · other · unknown
Balances and timestamps
| Field | Description |
|---|---|
currentBalance | Ledger balance as reported by the bank. |
availableBalance | Funds available to spend (may differ for pending items). |
balanceAsOf | Timestamp of the balance snapshot. |
updatedAt | Best-effort timestamp for the current public account representation. |
"1234.56"). They may be null if the institution does not expose them.
Routing details
Accounts exposeaccountNumber, routingNumber, and swiftBic where available and permitted by the institution. These fields are useful for reconciliation, downstream routing logic, and future payment workflows.
Filtering
GET /v1/accounts supports filtering by connectionId, type, currency, and status. The type filter uses the same canonical account type enum shown above. Use fields= to request a sparse fieldset and reduce payload size.
Endpoints
List accounts
Get account
Required scopes
| Scope | Used by |
|---|---|
accounts:read | List, get |