---
title: "Create Stripe billing portal session"
method: POST
path: "/integrator/billing/portal"
tags: ["billing"]
---

# Create Stripe billing portal session

`POST /integrator/billing/portal`

Access the Stripe billing portal to manage subscription and payment methods.

## Request body

- BillingPortalRequest — Request to create a Stripe billing portal session.
  - `return_url` string, required — URL to redirect after portal session

## Response `200`

Successful Response

- BillingPortalResponse — Response with Stripe billing portal URL.
  - `portal_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scipot/apis/scipot-core-api.md) · [All operations](https://skmtc.dev/scipot/apis/scipot-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scipot/scipot-core-api/revisions/e8712e9ffeae/schema)
