Implement Plaid Signal to evaluate ACH debit risk before originating a transfer

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 linking a user's bank account via Plaid Link and obtaining an access_token and account_id, POST /signal/evaluate before creating any ACH debit transfer; include the access_token, account_id, client_transaction_id (your idempotency key), amount, and user identity fields
  2. Parse the evaluate response: scores.customer_initiated_return_risk.score (0–99) and scores.bank_initiated_return_risk.score indicate likelihood of a return; recommended_action (PROCEED, CAUTION, BLOCK) provides a suggested decision
  3. Map your internal risk thresholds to the Signal scores; a typical implementation PROCEEDs below a customer_initiated score threshold, CAUTIONs (adds a hold) in a middle band, and BLOCKs above a high-risk threshold
  4. If you proceed with a transfer, call POST /signal/decision/report immediately after originating the ACH to report your decision and the actual transfer ID; this feedback loop improves Signal model accuracy for your portfolio
  5. Call POST /signal/return/report when an ACH return is received; include the client_transaction_id and the NACHA return code — this closes the feedback loop and is required by Plaid's Signal terms of service
  6. Combine Signal scores with your own velocity rules (e.g., count of debits in last 30 days) for a layered risk decision; do not rely on Signal as the sole control

Known gotchas

Related routes

Implement Plaid Signal ACH debit risk scoring before transfer origination and apply score-based decisioning
account-aggregation/Plaid · 6 steps · unrated
Use Plaid Signal to score ACH debit risk and implement score-based decisioning tiers
plaid.com · 6 steps · unrated
Create a Plaid Transfer authorization to evaluate ACH debit risk before originating funds movement
plaid.com · 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