---
title: "Create Credit Pack Checkout"
method: POST
path: "/stripe/checkout/credits"
tags: ["stripe"]
---

# Create Credit Pack Checkout

`POST /stripe/checkout/credits`

Create a Stripe Checkout session for credit pack purchase.

## Request body

- CreditPackCheckoutRequest — Request to create a credit pack checkout session.
  - `pack_id` string, required — Credit pack identifier

## Response `200`

Successful Response

- CheckoutSessionResponse — Response from checkout session creation.
  - `checkout_url` string, required
  - `session_id` 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)
