---
title: "Create Checkout"
method: POST
path: "/billing/checkout"
tags: ["billing"]
---

# Create Checkout

`POST /billing/checkout`

Create Pro subscription checkout → returns checkout_url.

## Request body

- CheckoutRequest
  - `return_url` string, required
  - `billing_interval` 'monthly' | 'yearly'
  - `cancel_url` string, nullable

## Response `200`

Successful Response

- BillingCheckoutResponse
  - `checkout_url` string, required

## Other responses

- `422` — Validation Error

---

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