---
title: "Create Stripe Checkout session"
method: POST
path: "/api/checkout/session"
tags: ["Checkout"]
---

# Create Stripe Checkout session

`POST /api/checkout/session`

## Request body

- CheckoutRequest
  - `tier` string, required
  - `email` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/geoscoreapi/apis/geoscore-api.md) · [All operations](https://skmtc.dev/geoscoreapi/apis/geoscore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geoscoreapi/geoscore-api/revisions/e4d0a712eff2/schema)
