Skip to main content
GET
/
v3
/
teams
/
{team}
/
billing
/
connect
/
status
Get Connect Status
curl --request GET \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/connect/status \
  --header 'Authorization: Bearer <token>'
{
  "has_account": true,
  "status": "<string>",
  "onboarding_complete": true
}

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.

Returns the Stripe Connect account status for a team.
team
string
required
The UUID of the team.

Response

has_account
boolean
Whether the team has a Stripe Connect account.
status
string
The account status, or null if no account exists. One of active, pending_verification, restricted, or closed.
onboarding_complete
boolean
Whether the Connect account onboarding has been completed.