Connect Widget Overview (Multi-Region)

Remove some headaches and speed up your integration by using our Connect Widget to quickly and painlessly connect your users' accounts in πŸ‡¨πŸ‡΄ Colombia and πŸ‡²πŸ‡½ Mexico..

Belvo offers a plug-and-play Connect Widget solution, both for web and mobile applications, that provides a secure and optimized authentication process for each institution. The Connect Widget is the smoothest way for your users to connect their bank account within your application. It is compatible with our aggregation products:Β Banking, Employment, and Fiscal.

If you'd like to test out how it works, check out our Widget Demo.

Here is a preview of the Connect widget on a demo website:

Flow (Multi Region)

The end-to-end integration involves your frontend and backend. Below is an overview of how you can create links with the Connect widget.

As you can see, your client-side and server-side will be involved in the Connect Widget flow. Here is an end-to-end example to illustrate each side's responsibility:

  1. Your user clicks a Add a bank account button within your application.
  2. Your frontend calls your backend to request an access_token from Belvo.
  3. Your backend calls Belvo to get an access_token.
  4. Belvo returns a valid access_token to your backend.
  5. Your server returns the access_token to your frontend.
  6. Your frontend starts the widget using the access_token.
  7. The user navigates through the Connect Widget and creates a valid link to their institution.
  8. Belvo returns the newly created link id via an event callback to your frontend. Belvo will then start asynchronously retrieving the historical data for the link.
  9. Belvo sends a webhook to your backend once data is available for each core resource.
  10. Your backend retrieves the data using a GET call, passing the link id as a query parameter.
  11. Belvo returns the info to your backend and forwards it to your frontend.
  12. Your user sees their financial data within your service.

❗️

Server-side calls

Our API cannot be used directly from the frontend. The access token and any other API request you need should be handled from your backend (server-side).