Data APIs
Account Information Services (AIS) endpoints for accessing banking data.
Note: This API is in public beta and may be slightly changed based on your feedback.
Webhooks are supported for:
- Consent status updates: Notified when consent status changes (e.g.,
started→active) - Job status updates: Notified when data refresh jobs complete or change status
Banking data retrieval endpoints for accounts, balances, and transactions.
Pagination
The transactions and balances list endpoints use keyset-based pagination.
Use the keyset value from the last record as the after parameter
in your next request to fetch the next page.
Filtering
All data endpoints support filtering by various criteria:
- Accounts: currency, account type
- Balances: currency, type, account ID
- Transactions: amount range, date range, credit/debit indicator, status
Balance Types
Check the balance types documentation for more details.
Was this section helpful?
What made this section unhelpful for you?
Endpoints
POST
POST
POST
POST
POST
POST
POST
POST
Was this section helpful?