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

# Setup Connect Account

Creates a Stripe Connect Custom account for the team. Returns the account ID for use with Stripe embedded onboarding. If the team already has a Connect account, its existing account ID is returned. Requires a verified email and is rate limited to 5 requests per minute.

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

<ParamField body="country" type="string" required>
  Two-letter ISO country code.
</ParamField>

## Response

<ResponseField name="account_id" type="string">
  The Stripe Connect account ID.
</ResponseField>
