Create a sandbox Item (public_token -> access_token in one step)
plaid_sandbox_item_createCreate a Plaid sandbox test Item directly via public token exchange and get an item_id for use with other tools.
Instructions
Creates a test Item without going through Link: calls /sandbox/public_token/create then /item/public_token/exchange. Stores the access_token in the server vault and returns an item_id you pass to every other tool. Sandbox test institutions: ins_109508 (First Platypus Bank, default), ins_109509 (Tartan Bank), ins_109510 (Houndstooth Bank), ins_109511 (Tattersall Federal Credit Union). Use override_username "user_custom" with custom_user_json to shape the data, or "user_transactions_dynamic" for changing transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook | No | Webhook URL to attach to the Item | |
| products | No | Products to initialise the Item with | |
| institution_id | No | Sandbox institution id | ins_109508 |
| override_password | No | Password for the test user (pass_good by default; the custom JSON for user_custom) | |
| override_username | No | Sandbox test user, e.g. user_good (default), user_custom, user_transactions_dynamic |