---
title: "Create Checkout"
method: POST
path: "/dashboard/create-checkout"
tags: ["Dashboard"]
---

# Create Checkout

`POST /dashboard/create-checkout`

Returns a Paddle price ID and customer email for the frontend to open a Paddle.js checkout overlay.

## Request body

- object
  - `planId` string, required
  - `interval` 'monthly' | 'yearly', required

## Response `200`

Paddle checkout params

## Other responses

- `404` — Plan not found

---

[API](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/revisions/b12ff2791613/schema)
