Issue an Instant Payout to a Stripe connected account's eligible debit card or bank account and handle eligibility checks

domain: docs.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 docs.stripe.com, checked against official docs, with linked verified routes.

Steps

  1. Check whether the connected account and its external account are eligible for Instant Payouts by retrieving the account and inspecting settings.payouts.instant_payouts_enabled or by attempting a payout and handling the not_eligible error
  2. Verify the external account supports instant payouts — eligible debit cards and some bank accounts are supported; retrieve the connected account's external_accounts and check the available_payout_methods array for instant
  3. Create an Instant Payout via POST /v1/payouts with method=instant on behalf of the connected account using the Stripe-Account header; funds typically arrive within minutes
  4. Retrieve the payout object to confirm arrival_date and status; Instant Payouts are subject to a per-payout and daily volume cap — check current limits in Stripe's documentation
  5. Handle instant_payouts_limit_exceeded errors by falling back to a standard payout with method=standard and communicating the delay to the connected account
  6. Monitor for payout.failed webhooks, which can occur if the debit card or bank account is closed or does not support the credit push — retrieve failure_code for programmatic error handling

Known gotchas

Related routes

Issue an instant payout to a Stripe Connect connected account's eligible debit card
stripe.com · 6 steps · unrated
Create a Stripe payout to a connected account's external bank account and initiate instant payouts
stripe.com · 6 steps · unrated
Configure a Stripe Connect account's payout schedule and trigger a manual payout
stripe.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