Skip to main content
GET
Returns whether an organization’s Stripe connected account is onboarded and able to accept charges. Read-only. Serves the cached account status by default; pass ?refresh=true to re-sync live from Stripe (slower).

Path Parameters

string
required
UUID of the organization (merchant). Must belong to your account.Example: 123e4567-e89b-12d3-a456-426614174000

Query Parameters

boolean
default:"false"
When true, re-syncs the connected account’s capabilities from Stripe before responding instead of serving the cached row. Use sparingly (e.g. right after onboarding) — it adds a Stripe round trip.

Response Fields