Skip to main content
POST
/
v3
/
teams
/
{team}
/
billing
/
connect
/
setup
Setup Connect Account
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/connect/setup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "country": "<string>"
}
'
{
  "account_id": "<string>"
}

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.

Creates a Stripe Connect Express account for the team. Returns the account ID for use with Stripe embedded onboarding.
team
string
required
The UUID of the team.
country
string
required
Two-letter ISO country code.

Response

account_id
string
The Stripe Connect account ID.