Fetch account and routing numbers from a Plaid-linked institution using /auth/get

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. Ensure the Item was created with 'auth' in the products list at /link/token/create time; calling /auth/get on an Item without auth enabled returns a PRODUCT_NOT_READY or PRODUCTS_NOT_SUPPORTED error
  2. POST to /auth/get with client_id, secret, and access_token; optionally include options.account_ids to fetch only specific accounts
  3. The response contains an accounts array and a numbers object; the numbers object has sub-objects for each routing number format: ach (routing + account), eft (for Canadian items), international, and bacs
  4. For US ACH use cases, read numbers.ach[].routing and numbers.ach[].account for the account's ABA routing number and full account number
  5. Match each entry in numbers.ach to the corresponding account via the account_id field present in both the accounts array and the numbers.ach entries
  6. Use the retrieved routing and account numbers to originate ACH debits or credits through your bank or ACH processor

Known gotchas

Related routes

Link a bank account and fetch transactions with Plaid
plaid.com · 4 steps · unrated
Execute a Plaid Transfer end-to-end from account linking through authorization to fund movement
docs.plaid.com · 5 steps · unrated
Create Plaid Link token and sync transactions with /transactions/sync
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