---
title: "Proceeds to the Stripe Checkout page. (Roles: user, none)"
method: POST
path: "/payment/checkout"
tags: ["Payments"]
---

# Proceeds to the Stripe Checkout page. (Roles: user, none)

`POST /payment/checkout`

## Request body

- StripeCheckoutPayload
  - `name` string, required
  - `email` string, required
  - `password` string, required

## Response `200`

Success

- StringValue
  - `value` string
  - `value2` string

## Other responses

- `400` — Error

---

[API](https://skmtc.net/ludo/apis/ludo-ai-api.md) · [All operations](https://skmtc.net/ludo/apis/ludo-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ludo/ludo-ai-api/revisions/3af866d68651/schema)
