Create a Plaid Transfer after a successful authorization to originate ACH funds movement

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. After obtaining an approved or permitted authorization, POST to /transfer/create with client_id, secret, access_token, account_id, authorization_id, description (narrated on the bank statement), and amount
  2. Supply an idempotency_key to safely retry the request in case of network failure without creating duplicate transfers
  3. The response returns a transfer object with an id, status ('pending'), and network details
  4. Monitor transfer status by handling webhooks of type TRANSFER and codes TRANSFER_EVENTS_UPDATE; call /transfer/event/sync to retrieve transfer event objects
  5. Transfer events include status transitions: pending → posted → settled, or pending → returned (with return code) for failures
  6. To cancel a transfer before it has posted, call /transfer/cancel with the transfer_id (only possible within a short window after creation)

Known gotchas

Related routes

Create a Plaid Transfer authorization to evaluate ACH debit risk before originating funds movement
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
Enable Plaid Transfer Guarantee to shift ACH return risk off your platform
plaid.com · 5 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