Skip to main content
POST
/
v3
/
teams
/
{team}
/
partner
/
stripe-connect
Connect Stripe
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/partner/stripe-connect \
  --header 'Authorization: Bearer <token>'
{
  "onboarding_url": "<string>"
}
Creates a Stripe Express Connect account for the team’s partner and returns a Stripe onboarding URL. The team must have an active partner subscription. If a previous connection attempt partially failed, the existing account is reused.
team
string
required
The UUID of the team.

Response

onboarding_url
string
The Stripe Account Link URL to complete onboarding.