---
title: "Create Checkout Session"
method: POST
path: "/api/stripe/create-checkout-session"
tags: ["Stripe"]
---

# Create Checkout Session

`POST /api/stripe/create-checkout-session`

Create a Stripe checkout session for subscription signup.

Called by frontend after user authentication.
Expects X-Internal-Secret and X-User-Id headers.

## Response `200`

Successful Response

- unknown

---

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