Initiate Authorization Flow
Bank Feed
Initiate Authorization Flow
Initiate account authorization via the Atoa Bank Feed API, request parameters, response schema and code samples in cURL, Python, JavaScript, PHP, Go and Java.
POST
Initiate Authorization Flow
Before retrieving transactions, your users must authorize access to their bank accounts.
Response
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.
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.