Note: You must be on the most recent SDK version to use multiple Link configurations.
This article explains how you can configure multiple customizations of Link from the Plaid Dashboard for localized and dynamic user experiences.
For example, this functionality is useful if your application requires different Plaid products for alternate use cases, or if your end-users want to use a different language. To get started, visit the Customize menu of your Plaid Dashboard:
From the top right of the interface, click the dropdown menu and select Create a config
. From there, you can select the language and submit a Config name
. If you leave the Config name
field empty, the default
name will be used. Please note that you cannot create duplicate configuration names. Lastly, you cannot delete the default
configuration name.
Link Initialization
To use a specific configuration in your application, include the linkCustomizationName
parameter in your Link initialization code:
linkCustomizationName: 'link_config_2';
Note: Any standalone language
parameter defined in the same Link initialization code will override any linkCustomizationName
parameter language setting.
For more information about Link customization, please see this article: Plaid Link customization.