v1
latestOpenAPI 3.1.02026-07-265817860.8 KBbilling
Create a billing portal session for a customer to manage their subscription.
post/v1/billing.open_customer_portal
Headers
x-api-versionstring required
Request body
Example request
{
"customer_id": "cus_123",
"return_url": "https://useautumn.com"
}Response
OK
Example response
{
"customer_id": "cus_123",
"url": "https://billing.stripe.com/session/..."
}