Use the Financial Connections API to relink an accountÖffentliche Vorschau
Integrate the relink authentication flow directly into your website or application.
Your customer might need to relink an existing Financial Connections account to restore data access, refresh deactivated tokenized account numbers, or update the data permissions available on the account. Use the Financial Connections server-side API and a client-side SDK library to prompt your customer to complete a relink session directly in your website or application.
Your integration will:
- Create a Financial Connections session on the server which sets the relink_options parameter.
- Pass the session’s client_secret to your front end.
- Use a client SDK method such as collectFinancialConnectionsAccounts to prompt your customer to complete the authentication flow.
- Handle the relinking outcome on the client.
- Optionally, handle webhook events when accounts relink successfully.