Getting End-User Data
Once the user connects to a Financial Institution account successfully using the Brick Widget, the newly created user_access_token is returned via callback_url setup from brick dashabord.
The user_access_token can be used from the server-side to perform the following operations:
- Account List API
- Account Detail API
- Transaction List APIs and many more.
user_access_token can help you to get lots of data, Please check the complete References for more details.
Updated over 2 years ago