Plaid Configuration

To use Plaid we need some variables that can be obtained in your Plaid dashboard.

First, you need to get the ClientId and the Secret Key for the environment you need. You will get this information at https://dashboard.plaid.com/team/keys

PLAID_CLIENT_ID = <YourClientID>
PLAID_SECRET_KEY = <YourSecretKey>
Plaid Dashboard - Team Settings > Keys

Now, you need to set the environment where your service will connect to. Add a PLAID_ENV variable that can have any of these 3 values:

PLAID_CLIENT_ID = <YourClienteID> 
PLAID_SECRET_KEY = <YourSecretKey>
PLAID_ENV = <YourEnviroment> 

Last updated

Was this helpful?