---
title: "Billing Checkout"
method: POST
path: "/api/billing/checkout"
---

# Billing Checkout

`POST /api/billing/checkout`

## Headers

- `authorization` string, nullable

## Request body

- CheckoutIn
  - `plan_code` string, required
  - `period` string, required
  - `provider` string, required
  - `domain` string
  - `seats` integer, nullable
  - `lab_id` string, nullable
  - `lab_name` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
