File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ PLAID_SECRET=
77PLAID_ENV = sandbox
88# PLAID_PRODUCTS is a comma-separated list of products to use when
99# initializing Link, e.g. PLAID_PRODUCTS=auth,transactions.
10- # see https://plaid.com/docs/api/tokens/#link-token-create-request-products for a complete list
10+ # see https://plaid.com/docs/api/tokens/#link-token-create-request-products for a complete list.
11+ # Only institutions that support ALL listed products will be displayed in Link.
12+ # If you don't see the institution you want in Link, remove any products you aren't using.
1113# Important: When moving to Production, make sure to update this list with only the products
1214# you plan to use. Otherwise, you may be billed for unneeded products.
1315PLAID_PRODUCTS = auth,transactions
You can’t perform that action at this time.
0 commit comments