plaid_link_token_create
Creates a Plaid Link token to initialize the Plaid Link flow for connecting financial accounts. Requires client credentials and user ID.
Instructions
Create a Plaid Link token to initialise the Plaid Link flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| secret | Yes | ||
| user_client_user_id | Yes | Unique identifier for the end user | |
| client_name | No | App name shown in Plaid Link UI | |
| products | No | Plaid products (default: ['transactions']) | |
| country_codes | No | ISO country codes (default: ['US']) | |
| language | No | Language code (default: en) | |
| webhook | No | ||
| access_token | No | For update mode: existing access token | |
| environment | No |