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

# Create Checkout Session Topup

`POST /stripe/checkout_session_topup`

Create a top-up stripe checkout session.

## Query parameters

- `price_id` string, required — The ID of the price(from stripe) for the top-up checkout session.

## 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)
