Integration Checklist

To help you out during your integration process, we've created a checklist for you to follow ๐Ÿ˜‰. Please make sure you address all the items before requesting access to the Production environment.

1๏ธโƒฃ Implement the widget

While you're integrating the widget, make sure that:

๐Ÿ‘

We strongly recommend that you follow the flow of first registering your user with your platform and only then using the widget. This way, you avoid any link duplication issues.

2๏ธโƒฃ Error Handling

Make sure that your integration can handle and log the request_id of:

  • 400 and 401 errors
  • 500 Errors
  • Timeout errors

We ask you to log the request_id just in case you need to reach out to our support team. With this ID, we can speed up the troubleshooting process and figure out a solution for you.

3๏ธโƒฃ Request Handling

Can your integration handle:

  • 201 Success responses
  • 204 Success responses (when you delete some data)
  • Pagination

Additionally, make sure that with successful responses, you store:

  • The unique identifier for the object (for example, the transaction.id)
    This will allow you to avoid having duplicated objects (such as transactions) in your database.

4๏ธโƒฃ Webhooks

If your integration uses recurrent links, make sure you:

  • Set a webhook URL in the dashboard so that you can receive webhook events.
  • If needed, set a refresh rate of 6, 12, or 24 hours (by contacting the sales team).
  • Made sure you only send GET requests after your receive a webhook event.

Please remember that you'll need to set different URLs depending on the environment you're working in.

5๏ธโƒฃ Link creation and management

Does your integration:

  • Store the institution_user_id when a link is created? (useful to avoid duplicate links).
  • Monitor for invalid and token_required link statuses, and if needed, prompt your users to update their credentials?

6๏ธโƒฃ Non-breaking changes

If we make the following non-breaking changes to our API, are you sure it won't affect your integration?

  • New fields or a different order in the response body.
  • Change the number of characters for a string.
  • Return yyyy-MM-ddTHH:mm:ss.SSSZ timestamps, where S are microseconds (from 3 to 6 digits) and Z is either +00:00 or Z.
  • Add new endpoints.

๐Ÿšง

Timestamp change

On 01-03-2022, we will change our timestamps to consistently return only ISO 8601-format timestamps, that is, 2022-02-01T20:25:47.307911Z.

7๏ธโƒฃ URL and API Keys

When you are switching to Production, make sure that:

  • You are calling the production version of the Belvo API (https://api.belvo.com).
  • You are using your Belvo Production API Keys.
  • You are storing your API keys securely.

8๏ธโƒฃ Subscribe to updates

Make sure you've subscribed to the following services to be up to date on the status of our API and institutions: