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>"
}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>"
}Creates a Stripe Connect Express account for the team. Returns the account ID for use with Stripe embedded onboarding.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.