This guide will walk you through configuring Plaid for your self-managed Bigcapital instance. You will learn how to obtain your Plaid credentials, set up the required environment variables, and configure webhooks.
.env
file or your deployment environment:
PLAID_SECRET
is for the production
environment, make sure to set PLAID_ENV=production
to match.
Using the wrong environment may cause authentication errors or prevent access
to live data.sandbox
for testing, development
for real data with limited access, or production
for live data.PLAID_LINK_WEBHOOK
variable to your endpoint URL.PLAID_LINK_WEBHOOK
)..env
file or deployment environment: