What you do first
- Create a Plaid Link token for the authenticated business session.
- Run Plaid Link in your client with that token.
- Exchange a Plaid public token after the user finishes Link.
- Access Plaid accounts when you need the account list Guile can attach for payouts.
States that matter
When a call fails
Failures come back as problem documents. Open thetype link for the cause,
the fix, and whether retrying is safe. Common ones include an invalid Plaid
token and an account id that does not match the Link session.
Related paths
- Attaching financial accounts and reading balance live under Businesses.
- Cash-out after setup lives under Payouts.