#Single Link Flow (MFA)

Number of APIs: 5

Introduction

With just one click, you'll be able to create a link (with a token) and then automatically retrieve account, owner, transaction, and balance information about the created link.

Note: The Single Link Flow (MFA) collection is applicable for institutions that require MFA.

In the example, we use heimdall_mx_retail , an institution from Belvo's sandbox that uses a token of 111111 for a successful connection. You can force an error by changing the token value in the Complete a links request to 999999 .

How to use

Just fork the collection into your workspace, select your sandbox environment, and click run at the top of the collection!

  1. Register a new link POST {{baseUrl}}/api/links/

  2. Complete a links request PATCH {{baseUrl}}/api/links/

  3. Retrieve accounts for a link POST {{baseUrl}}/api/accounts/

  4. Retrieve owners for a link POST {{baseUrl}}/api/owners/

  5. Retrieve transactions for a link POST {{baseUrl}}/api/transactions/