billing
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/..."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.