Plaid Configuration
Last updated
Last updated
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
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:
production: used for production. Creates items on https://production.plaid.com.
development: used for integration, development, and testing. Creates items on https://development.plaid.com.
sandbox: quickly build out your integration with stateful test data. Creates items on https://sandbox.plaid.com.