Skip to main content
GET
/
v3
/
teams
/
{team}
/
partner
/
stripe-connect
/
callback
Stripe Callback
curl --request GET \
  --url https://app.plugchoice.com/api/v3/teams/{team}/partner/stripe-connect/callback \
  --header 'Authorization: Bearer <token>'
{
  "charges_enabled": true,
  "payouts_enabled": true,
  "details_submitted": 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.

Handles the Stripe Connect OAuth callback after onboarding is completed. Retrieves the account status, sets up the platform customer for self-billing invoices, and syncs tax settings if applicable.
team
string
required
The UUID of the team.

Response

charges_enabled
boolean
Whether the connected account can accept charges.
payouts_enabled
boolean
Whether the connected account can receive payouts.
details_submitted
boolean
Whether the account holder has submitted all required onboarding details.