Create Plaid Link token and sync transactions with /transactions/sync

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. POST /link/token/create with client_id, secret, user.client_user_id, products array (e.g. ['transactions']), country_codes, and language to receive a link_token
  2. Initialize Plaid Link SDK in the client using the link_token; handle onSuccess callback to receive public_token and metadata
  3. POST /item/public_token/exchange with the public_token to get a permanent access_token and item_id; store both securely
  4. POST /transactions/sync with access_token and an optional cursor (omit on first call) to receive added, modified, and removed transaction arrays plus a next_cursor
  5. Persist next_cursor and repeat /transactions/sync on subsequent polls, processing only the delta returned since the last cursor
  6. Handle ITEM_LOGIN_REQUIRED webhook by prompting user through a new Link session in update mode using the same item's access_token

Known gotchas

Related routes

Create a Plaid Link token to initialize the Link flow for account linking
plaid.com · 6 steps · unrated
Implement Plaid Transactions sync using the cursor-based /transactions/sync endpoint and handle pagination and webhook-driven refreshes
plaid.com · 6 steps · unrated
Sync Plaid transactions using the cursor-based /transactions/sync endpoint and handle all update types
plaid.com/docs · 6 steps · unrated

Give your agent this knowledge — and 15,500+ 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