---
title: "Create Checkout Session"
method: POST
path: "/payment/checkout"
tags: ["PAYMENT"]
---

# Create Checkout Session

`POST /payment/checkout`

Creates a Checkout Session
:param db: The database session for accessing the database.
:param auth: The authorization token for the request.
:return: checkout session url.

## Headers

- `x-tenant` string

## Request body

- PaymentCheckoutRequest
  - `plan_type` string, required
  - `tenure` string
  - `discount` integer

## Response `200`

Successful Response

- PaymentCheckoutResponse
  - `checkout_url` string, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

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