{% extends "index.html" %} {% block content %} Provide your Plaid client ID and at least the client secret corresponding to the Plaid environment you choose.
Find your keys at the Plaid Dashboard.


Sandbox Development Production
Current environment
Client secret


Status {% if plaid_sandbox_creds_valid %} {% else %} {% endif %} {% if plaid_development_creds_valid %} {% else %} {% endif %} {% if plaid_production_creds_valid %} {% else %} {% endif %}
Home {% endblock %}