#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!
-
Register a new link POST {{baseUrl}}/api/links/
-
Complete a links request PATCH {{baseUrl}}/api/links/
-
Retrieve accounts for a link POST {{baseUrl}}/api/accounts/
-
Retrieve owners for a link POST {{baseUrl}}/api/owners/
-
Retrieve transactions for a link POST {{baseUrl}}/api/transactions/