Skip to main content
POST
Initiate Authorization Flow
Before retrieving transactions, your users must authorize access to their bank accounts.
When using a sandbox secret key, all bank feed endpoints return static data and do not reflect real-time transactions.

Authorization

Bearer <token> Request Body Schema
string
required
The URL your users will be redirected to after completing the account authorization flow.
string
Custom parameters you wish to pass through the flow. These will be appended as query parameters to the redirectUrl once the user completes the account authorization process.
Response
string
Use this to redirect your user to begin account authorization.
string
A unique identifier for tracking the authorization session. This ID will be appended to the redirectUrl after the account authorization flow is completed.
string
If the link expires while in use, users will be redirected to the redirectUrl.