curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/connect/account-session \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{}
]
}
'{
"client_secret": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/connect/account-session \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{}
]
}
'{
"client_secret": "<string>"
}Creates a Stripe Account Session for embedded Connect components. The team must have an existing Connect account.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.