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
}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
}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.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.