Create Billing Portal Session
Creates a Dodo Payments customer portal URL for managing an existing subscription. Session-authenticated only; blocked for non-admins in production during the current rollout phase.
Internal session cookie for local development.
In: cookie
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/billing/portal"{ "success": true, "message": "string", "data": { "url": "string" }}Cancel In-Flight CheckoutPOST
Releases the Redis lock created by `POST /billing/checkout`, allowing a new checkout to be started. Session-authenticated only.
Create Extra Credit Pack CheckoutPOST
Creates a one-time Dodo Payments checkout session for an extra AI credit pack, on top of any subscription. Session-authenticated only; blocked for non-admins in production during the current rollout phase.