---
title: "Get Checkout Details"
method: POST
path: "/api/checkout/details"
---

# Get Checkout Details

`POST /api/checkout/details`

Retrieve payer email/name from a Stripe session without starting the scan.

## Request body

- CheckoutCompleteRequest
  - `session_id` string, required
  - `user_email` string
  - `user_name` string
  - `purpose` string
  - `tc_agreed` boolean
  - `promo_optin` boolean
  - `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/6ce776993b65/schema)
