Connect with Plaid
Last updated
Last updated
Plaid integration provides a convenient and easy way to securely link bank accounts directly from financial institutions. It eliminates the need to enter account information manually and creates a seamless user experience.
To enable Plaid in your environment, please go to your account and enter the following information in the settings.
Plaid Client ID.
Plaid Secret Key.
Plaid Client ID and Secret Key can be obtained here. Please note that Plaid provides different Secret Keys for sandbox and production environments.
For Plaid test accounts please see our test accounts page
The library must be loaded before Plaid can be used in your application. To enable the library, please refer to our guide Loading the frontend library.
Use the following code snippet to enable "Connect with Plaid" button in your web page.
title Title of the button that triggers Plaid account linking flow.
success Callback function is invoked when account is successfully linked and tokenized.
Example payload on success
event
exit Callback function that is invoked when user terminates the plaid popup.
error Used to notify any error conditions during the process.
The library must be loaded before Plaid can be used in your application. To enable the library, please refer to our guide Loading frontend library.
Plaid workflow can be triggered by calling window.PayEngine.connectWithPlaid()
Example payload from Promise callback