Open customer billing portal
open_customer_portalMUTATES Autumn billing data — creates a Stripe billing-portal session for a customer to manage their subscription. Autumn API: POST /v1/billing.open_customer_portal. Returns { customer_id, url }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| return_url | No | URL to redirect to when the back button is clicked in the portal. | |
| customer_id | Yes | The ID of the customer to open the billing portal for. | |
| configuration_id | No | Stripe billing-portal configuration id. |