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
}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
}Returns the Stripe Connect account status for a team.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.
null if no account exists. One of active, pending_verification, restricted, or closed.