---
title: "Create a Stripe Checkout URL for a GEO uplift order"
method: POST
path: "/checkout"
---

# Create a Stripe Checkout URL for a GEO uplift order

`POST /checkout`

## Request body

- object
  - `product_id` string
  - `payment_mode` 'stripe_checkout' | 'stripe'
  - `host` string, required
  - `email` string, email, required
  - `repo_url` string
  - `notes` string

## Response `201`

Stripe Checkout URL

## Other responses

- `501` — Requested payment mode is not supported

---

[API](https://skmtc.net/nothumansearch/apis/not-human-search-api.md) · [All operations](https://skmtc.net/nothumansearch/apis/not-human-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nothumansearch/not-human-search-api/revisions/a7faccfe4d5f/schema)
