Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Relink a Financial Connections account with your user's permission


Public preview

Relink a Financial Connections account with your user's permission Public preview

Your customers might need to reauthorise a previously linked Financial Connections account. You can prompt your customer to complete a relink session using the Stripe Dashboard or the API to:

Reactivate an account to restore data accessAccounts might become inactive when users change their password, revoke your access, or when institutions change authentication or MFA requirements. The Financial Connections Account resource contains status-related details, including why an account is inactive, and whether you can relink it to reactivate it. After your customer reactivates an account, you can request up-to-date balance, transaction or ownership information.
Refresh expiring tokenised account numbersWhen tokenised account numbers expire or are revoked by the institution, you can’t initiate payments or payouts using the expired account details. Relinking an account with an expired TAN requests a new, active TAN from the institution.
Change the data permissions available on an accountWhen your customer links Financial Connections accounts for the first time, they consent to share data based on the permissions you specify. Customers must relink their accounts to consent to different permissions.
Extend the time before account deactivationSome institutions may have requirements where a user’s authentication only lasts a fixed number of days. Relinking an account while it’s still active can extend the life of the connection without disrupting data access.

You can request your users to relink in three ways. If you use Financial Connections to collect accounts for payments or payouts and your collected accounts meet the eligibility criteria, hosted relink is the quickest way to get started.

Hosted relink (Dashboard)Hosted relink (API)API relink
Integration effortNo code required to prompt your customer to relink an account.Requires server-side code changes to prompt your customer to relink an account.Requires client-side and server-side code changes to prompt your customer to relink an account.
AvailabilityPublic preview.Private preview. Email us to request access.Public preview.
PresentationStripe sends an email to your customer with a link to a Stripe-hosted page to relink an account.Stripe hosts a page for your customer to relink an account. When you create the session, you choose whether to receive the page URL in the response, or have Stripe email it to your customer on your behalf.The relink flow is embedded in your website or application.
Eligible account criteriaAccounts with a status of inactive, with tokenised account numbers set to expire within the next 30 days, or that are expected to deactivate within the next 30 days. Accounts associated with a Customer object or an Account object.Accounts with a status of inactive, with tokenised account numbers set to expire within the next 30 days, or that are expected to deactivate within the next 30 days. Accounts associated with a Customer object or an Account object.You can relink any account, whether you use Financial Connections to verify the payment or payout account details or for data products.
Relink frequency limitsYou can send one relink request per account every 48 hours. Rate limits reset after your customer completes a relink request.None when you provide the URL directly to your customer. When Stripe emails your customer on your behalf, you can send one relink email per account every 48 hours. Rate limits reset after your customer completes a relink request.None
Refreshes tokenised account numbers
Updates data permissions
Account selectionWhen you send a relink email for an account, your customer must link exactly the same account.When you create a hosted relink session for an account, your customer must link exactly the same account.When you create a relink session, you specify whether or not your customer must relink a specific account.
Ideal forManually initiating account relinking for accounts used for payments or payouts.Automating the process of initiating the relink flow for accounts used for payments or payouts.Embedding the ability to relink one or more accounts on your website or in your application.

Learn more

Hosted relink

Ask your customer to relink using a Stripe-hosted page.

API relink

Integrate relink in your website or application.

Manage inactive accounts

Understand when and why accounts transition to the inactive status.

Last verified 2026-09-25

Is this helpful?