Learn how to integrate the Data API into your application to retrieve account data from your customers’ banks
Install the SDK
Initialize the Client
Create Data Session
redirectUrl
that you can use to redirect the customer to their bank’s authentication flow and a session id called id
which you need later to fetch accounts, balances and transactions. After successful authentication, the customer will be redirected to the successCallbackUrl
.Pull Account Data
redirectUrl
, you can start making API requests:Permission | Description |
---|---|
accounts | Access account data |
balances | Access balance data |
transactions | Access transaction data |