Breaking Change (March 2025) Deprecation of Linked Account Declaration UI Component
We are deprecating the Linked Account Declaration UI component to streamline the loading process and simplify your integration with UI components.
Effective:
- 11 February 2025 on Sandbox
- 04 March 2025 on Live
Linked Account Declaration UI Component
When adding a Linked Account via Open Banking a user with the Controller role of the Identity must complete an Strong Customer Authentication (SCA) challenge to confirm ownership of the Linked Account.
Currently, the SCA declaration process is handled using the Linked Account Declaration UI component.
The state of the linked account will to be SCA challenge will remain at PENDING_CHALLENGE
.
What's Changing
The SCA ownership declaration will now be managed through the new Linked Account UI component, formerly known as the AIS UI component. More information on this can be found here.
This change offers a more streamlined and efficient solution for linking accounts.
When loading the new Linked Account UI component, you must provide the following parameters:
callbackUrl
state
linkedAccountId
Previously, only linkedAccountId
was required. Please ensure your integration reflects these changes.
Linked Account updates will remain intact, and you will continue to receive the Linked Account Updatewebhook event with updates to linked accounts.
Action Required
Start using the weavrComponents.prompt.linkAccount
instead of weavrComponents.prompt.linkedAccountDeclaration
to perform SCA declarations for Linked Accounts. To load weavrComponents.prompt.linkAccount
you must provide the following parameters:
callbackUrl
state
linkedAccountId
If no action is taken
If this change is not implemented, your application will no longer support SCA declarations for Linked Accounts through Open Banking, potentially disrupting account link functionality.
More information and documentation will be shared with you closer to the breaking change date.