Configure a Stripe Connect connected account payout schedule (manual vs automatic) and trigger a manual payout on demand

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. Update the connected account's payout schedule via POST /v1/accounts/{account} with settings.payouts.schedule.interval set to daily, weekly, monthly, or manual
  2. For automatic schedules, set the appropriate anchor (e.g., weekly_anchor=monday) and delay_days to control when funds are paid out relative to charge settlement
  3. To use manual payouts, set settings.payouts.schedule.interval=manual; Stripe will hold funds in the connected account's balance until explicitly triggered
  4. Trigger a manual payout via POST /v1/payouts on behalf of the connected account using the Stripe-Account header with the connected account id; specify amount and currency
  5. Monitor payout status via payout.paid, payout.failed, and payout.canceled webhook events; retrieve the Payout object to inspect arrival_date and failure_code on failures
  6. For platforms using automatic payouts, understand that delay_days represents a rolling window after each charge settles — consult current docs for minimum delay values per country and payment method

Known gotchas

Related routes

Configure a Stripe Connect account's payout schedule and trigger a manual payout
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
Issue an instant payout to a Stripe Connect connected account's eligible debit card
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