Migrate a Stripe integration from the deprecated Sources API to PaymentMethods and SetupIntents for ACH

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

In-depth guide

Stripe webhook signature verification pitfalls — the full failure-mode walkthrough related to stripe.com, checked against official docs, with linked verified routes.

Steps

  1. Audit existing code for ach_credit_transfer or ach_debit Source objects and Charge objects created against them; identify each flow to replace
  2. Replace Source creation with PaymentMethod creation of type 'us_bank_account'; replace Charge creation against a Source with PaymentIntent confirmation using the PaymentMethod
  3. For saved Sources used in recurring billing, create SetupIntents to collect and verify the bank account as a PaymentMethod, recording mandate acceptance
  4. Migrate stored customer Source IDs to PaymentMethod IDs; Stripe provides a migration endpoint for existing verified bank accounts to avoid re-verification in some cases (see /v1/payment_methods/migrate docs)
  5. Update your webhook handlers: replace source.chargeable, source.failed events with payment_intent.succeeded and payment_intent.payment_failed
  6. Test in sandbox with the updated flow before cutting over production traffic; verify microdeposit and Financial Connections verification paths both work

Known gotchas

Related routes

Create a Stripe SetupIntent to collect and store ACH debit authorization for future off-session payments
stripe.com · 6 steps · unrated
Use a Stripe Financial Connections account as a us_bank_account PaymentMethod for ACH
stripe.com · 6 steps · unrated
Migrate an Orderry integration off the deprecated API version ahead of its retirement.
orderry.readme.io · 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