--- title: "Open Customer Portal" openapi: "openapi POST /v1/billing.open_customer_portal" --- import { DynamicParamField } from "/components/dynamic-param-field.jsx"; import { DynamicResponseField } from "/components/dynamic-response-field.jsx"; import { DynamicResponseExample } from "/components/dynamic-response-example.jsx"; ### Body Parameters The ID of the customer to open the billing portal for. Stripe billing portal configuration ID. Create configurations in your Stripe dashboard. URL to redirect to when back button is clicked in the billing portal ### Response The ID of the billing portal session URL to the billing portal ```json 200 { "customer_id": "cus_123", "url": "https://billing.stripe.com/session/..." } ```