LoginId is the unique identifier for an account and all data related to that account is stored in our database.

The types of information that the LoginId stores:



  • Username and password;
  • Security questions and answers;
  • Account information:
    • KYC;
    • Summary;
    • Transactions.


 


The two main use cases for LoginId


  1. When we want to quickly retrieve all the information already saved from a previous Flinks Connect request. Example of this use case here.

  2. When we want to update the account information by connecting to the bank again, without having to ask the end-user its credentials (In that case we’ll use the information we store in their first request through Flinks Connect).