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

# Create Account Session

Creates a Stripe Account Session for embedded Connect components. The team must have an existing Connect account, otherwise a `404` is returned. 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>

<ParamField body="components" type="array" required>
  Stripe Connect embedded component names to enable.
</ParamField>

## Response

<ResponseField name="client_secret" type="string">
  The account session client secret for use with Stripe.js.
</ResponseField>
