curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/payment-methods/confirm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"payment_method": "<string>"
}
'{
"success": true
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/payment-methods/confirm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"payment_method": "<string>"
}
'{
"success": true
}Confirms and saves a payment method after the Stripe Setup Intent has been completed on the client side.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.