RyzeDeskRyzeDesk

Stripe

4105 articles

Adds the ability to relink deactivated Financial Connections Accounts


Public preview

Adds the ability to relink deactivated Financial Connections Accounts Public preview

What’s new

You can now use the relink_options parameter when creating a Financial Connections Session to enable the reconnection of deactivated Financial Connections Accounts and, if applicable, their Tokenised Account Numbers.

Two configuration options are available:

  • Pass relink_options.authorization to relink all Financial Connections Accounts that belong to a specific Financial Connections Authorisation.
  • Pass both relink_options.authorization and relink_options.account to relink a specific Financial Connections Account.

Financial Connections Account and Financial Connections Authorisation resources include a status_details property. You can use the status_details.inactive.action property to determine whether a Financial Connections Account or Financial Connections Authorisation can be relinked.

Completed sessions now include the relink_result property to indicate whether the user relinked the expected authorisation or failed to complete the authentication flow.

When the authentication flow completes successfully:

  • The Financial Connections Authorisation and its associated accounts return to an active status .
  • The Financial Connections Accounts for previously-deactivated Tokenised Account Numbers return to a transactable status .

Impact

You can now relink Financial Connections Accounts when they become deactivated due to authentication issues or account changes at the financial institution.

Learn more about Relink in the Financial Connections documentation.

Changes

ChangeResource
AddedFinancialConnections. Authorization
EndpointChangeResource
retrieveAddedFinancialConnections. Authorization
ParametersChangeResources or endpoints
authorization status_detailsAddedFinancialConnections. Account
relink_optionsAddedFinancialConnections. Session FinancialConnections. Session#create
relink_resultAddedFinancialConnections. Session
FieldChangeFrom → to
FinancialConnections. Session#create. account_holderChangedrequired → optional

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-01-28. preview
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?