Skip to main content
GET
Get Connect Status
Returns the Stripe Connect account status for a team. Requires a verified email and is rate limited to 30 requests per minute.
team
string
required
The UUID of the team.

Response

has_account
boolean
Whether the team has a Stripe Connect account.
status
string
The account status, or null if no account exists. One of pending (onboarding details not yet submitted), active (charges enabled), or restricted (details submitted but charges not yet enabled).
onboarding_complete
boolean
Whether the Connect account onboarding has been completed.