---
title: "Create Checkout Session"
method: POST
path: "/api/checkout/create"
---

# Create Checkout Session

`POST /api/checkout/create`

Create a Stripe Checkout Session for a scan.

## Request body

- CheckoutCreateRequest
  - `subject_name` string, required
  - `profiles` object, required
  - `purpose` string
  - `spl_session_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aipoweredsocialscan/apis/accountability.md) · [All operations](https://skmtc.dev/aipoweredsocialscan/apis/accountability/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aipoweredsocialscan/accountability/revisions/3d5a6c056a7e/schema)
