Create a Plaid Link token to initialize the Link flow for account linking

domain: plaid.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Plaid webhook verification — the full failure-mode walkthrough related to plaid.com, checked against official docs, with linked verified routes.

Steps

  1. Server-side, POST to /link/token/create with your client_id and secret in the request body, along with user.client_user_id (a stable unique identifier for the end user), client_name (your app name), products (e.g. ['auth', 'transactions']), country_codes, and language
  2. Receive a link_token in the response; this token is short-lived (expiring in 4 hours) and single-use
  3. Pass the link_token to your frontend and initialize Plaid Link with it using the Plaid Link SDK
  4. The user completes the Link flow (selects their institution, authenticates); on success, the onSuccess callback returns a public_token and metadata including the account IDs selected
  5. Send the public_token from your frontend to your server for exchange via /item/public_token/exchange
  6. Never reuse a link_token across sessions; generate a fresh one for each Link initialization

Known gotchas

Related routes

Create Plaid Link token and sync transactions with /transactions/sync
plaid.com · 6 steps · unrated
Execute a Plaid Transfer end-to-end from account linking through authorization to fund movement
docs.plaid.com · 5 steps · unrated
Create a Plaid processor token for use with Stripe via /processor/stripe/bank_account_token/create
plaid.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans