Creating your own search UI
- Initiate a New Session
- Begin by creating a new session to retrieve a session client secret.
- Retrieve Recommended Financial Institutions
- Utilize the /institutions/recommended endpoint, providing the session_client_secret, to obtain a curated list of financial institutions tailored for the user. Reach out to the Fuse team if you'd like to change this list.
- Search for Specific Institutions
- If needed, search for additional financial institutions through the institutions/search endpoint. Here, input the session_client_secret along with your specific search criteria to refine the results.
- Select a Financial Institution
- Once a suitable financial institution is identified, proceed to the institutions/select endpoint. Submit the session_client_secret along with the chosen institution’s ID to finalize your selection.
- Access the Fuse Connect Interface
- Open the Fuse Connect frontend as usual by inputting the session_client_secret. The search interface will be bypassed and the user will be directly navigated to the connection screen.
Updated about 1 year ago