@@ -14,8 +14,8 @@ PLAID_ENV=sandbox
14
14
# If you don't see the institution you want in Link, remove any products you aren't using.
15
15
# Some products (Payment Initiation, Payroll or Document Income, Identity Verification) cannot be specified
16
16
# Alongside other products.
17
- # NOTE: The Identity Verification (IDV) and Income APIs have separate Quickstart apps.
18
- # For IDV, use https://github.com/plaid/idv-quickstart
17
+ # NOTE: The Identity Verification (IDV) and Income APIs have separate Quickstart apps.
18
+ # For IDV, use https://github.com/plaid/idv-quickstart
19
19
# For Income, use https://github.com/plaid/income-sample
20
20
# Important:
21
21
# When moving to Production, make sure to update this list with only the products
@@ -32,7 +32,7 @@ PLAID_COUNTRY_CODES=US,CA
32
32
# PLAID_REDIRECT_URI is optional for this Quickstart application.
33
33
# If you're not sure if you need to use this field, you can leave it blank
34
34
#
35
- # If using this field on Sandbox, set PLAID_REDIRECT_URI to ' http://localhost:3000/'
35
+ # If using this field on Sandbox, set PLAID_REDIRECT_URI to http://localhost:3000/ (no quote characters)
36
36
# The OAuth redirect flow requires an endpoint on the developer's website
37
37
# that the bank website should redirect to. You will need to configure
38
38
# this redirect URI for your client ID through the Plaid developer dashboard
0 commit comments