---
title: "Create Customer Portal"
method: POST
path: "/stripe/portal"
tags: ["stripe"]
---

# Create Customer Portal

`POST /stripe/portal`

Create a Stripe Customer Portal session for subscription management.

## Request body

- CustomerPortalRequest — Request to create a customer portal session.
  - `return_url` string, nullable — URL to return to after portal session

## Response `200`

Successful Response

- CustomerPortalResponse — Response from customer portal session creation.
  - `portal_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
