How to Handle a Successful Connection
Complete the following steps to master the account connection flow using Flinks Capital, our dummy institution in the Sandbox environment.
-
Connect an account through Flinks Connect using Flinks Capital:
-
Retrieve the
loginId
that Flinks sends you using one of the following methods:- (Recommended) Use a JavaScript event listener that contains
step:REDIRECT
:{step: "REDIRECT", institution: "FlinksCapital", url: "https://example.com/thank-you?loginId=8b35f6c8-e7b6-41d3-98f8-08d68b7f8d31&institution=FlinksCapital"}
- Flinks adds the
loginId
andinstitution
to the URL after a successful connection. Retrieve it from here:https://example.com/thank-you?loginId=8b35f6c8-e7b6-41d3-98f8-08d68b7f8d31&institution=FlinksCapital
- (Recommended) Use a JavaScript event listener that contains
Updated 5 months ago