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

# Create Add On Checkout Session

`POST /stripe/add_on_checkout_session`

Create a stripe checkout session for the specified add on.

## Query parameters

- `add_on_id` string, uuid, required — The ID of the add on for the checkout session.
- `quantity` integer

## 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/revisions/38b6c9a4246d/schema)
