Operator tools for your connected account (CapchaID session, credentials: include). Prefer opaque storefront slugs instead of raw acct_… in public URLs.
Loading status…
Onboarding opens Stripe-hosted Account Links. Status is always read with v2.core.accounts.retrieve — not cached onboarding flags in D1.
Requires STRIPE_CONNECT_PLATFORM_SUBSCRIPTION_PRICE_ID on the Worker. Webhook: POST /webhooks/stripe-connect-subscriptions with STRIPE_CONNECT_SUBSCRIPTION_WEBHOOK_SECRET.
Thin (V2 account updates): configure an Event Destination + STRIPE_CONNECT_THIN_WEBHOOK_SECRET, endpoint /webhooks/stripe-connect-thin.
stripe listen --thin-events 'v2.core.account[requirements].updated,v2.core.account[configuration.merchant].capability_status_updated,v2.core.account[configuration.customer].capability_status_updated,v2.core.account[configuration.recipient].capability_status_updated' --forward-thin-to YOUR_ORIGIN/webhooks/stripe-connect-thin