---
title: "Create Checkout Session"
method: POST
path: "/stripe/checkout_session"
tags: ["Stripe"]
---

# Create Checkout Session

`POST /stripe/checkout_session`

Create a stripe checkout session for the specified tier.

## Query parameters

- `tier_id` string, uuid, required — The ID of the tier for the checkout session.
- `campaign` string — The name of the campaign

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
