> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

## Response

<ResponseField name="has_account" type="boolean">
  Whether the team has a Stripe Connect account.
</ResponseField>

<ResponseField name="status" type="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).
</ResponseField>

<ResponseField name="onboarding_complete" type="boolean">
  Whether the Connect account onboarding has been completed.
</ResponseField>
