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.

  1. Connect an account through Flinks Connect using Flinks Capital:

  2. Retrieve the loginId that Flinks sends you using one of the following methods:

    1. (Recommended) Use a JavaScript event listener that contains step:REDIRECT:
      {step: "REDIRECT", institution: "FlinksCapital", url: "https://flinks.com/contact/thank-you?loginId=8b35f6c8-e7b6-41d3-98f8-08d68b7f8d31&institution=FlinksCapital"}
      
    2. Flinks adds the loginId and institution to the URL after a successful connection. Retrieve it from here:
      https://flinks.com/contact/thank-you?loginId=8b35f6c8-e7b6-41d3-98f8-08d68b7f8d31&institution=FlinksCapital
      
  3. Send the loginId to your server app for storage.