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

# Create Checkout Session

`POST /payments/checkout-session/create`

## Headers

- `authorization` string, nullable

## Request body

- PaymentCheckoutSessionRequest
  - `return_url` string, required

## Response `200`

Successful Response

- PaymentCheckoutSessionResponse
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
