Onboard a Stripe Connect Express account using Account Links and verify the account is fully enabled before routing charges

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. Create a Connect Express account via POST /v1/accounts with type=express and the required country/email fields; store the returned account id
  2. Request an Account Link via POST /v1/account_links with account, refresh_url, return_url, and type=account_onboarding; redirect the user to the returned url
  3. Handle the return_url callback and retrieve the account via GET /v1/accounts/{account}; check requirements.currently_due and requirements.disabled_reason to confirm readiness
  4. If requirements.currently_due is non-empty, generate a new Account Link with type=account_onboarding and re-redirect rather than assuming completion from the URL callback alone
  5. Subscribe to the account.updated webhook and gate charge routing on charges_enabled and payouts_enabled both being true
  6. Test the full flow in Stripe's test mode using the provided test onboarding paths documented in the Connect testing guide

Known gotchas

Related routes

Onboard a Stripe Connect Express account using Account Links and verify required capabilities are active before accepting charges
stripe.com · 6 steps · unrated
Create a Stripe destination charge with on_behalf_of and transfer_data to route funds and set connected account as liable party
docs.stripe.com · 6 steps · unrated
Create a Stripe Financial Connections Session to initiate bank account linking
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