Skip to main content
GET
Returns every organization (merchant) owned by your account together with its Stripe Connect status — in one call, instead of fetching status per organization. Read-only and strictly scoped to your own organizations. Status is served from cache (no per-merchant Stripe round trip), so this endpoint is fast and safe to poll. To force a live re-sync for a specific merchant, use GET /v1/organizations/{organization_id}/payments/status?refresh=true.

Response Fields

Merchants Array

Top Level

Merchants that have never begun onboarding still appear, with account_status: "not_started" and a null stripe_account_id. Call Start Merchant Onboarding to get them set up.