---
title: "Create Team Checkout"
method: POST
path: "/billing/teams/{team_id}/checkout"
tags: ["billing"]
---

# Create Team Checkout

`POST /billing/teams/{team_id}/checkout`

Start a per-seat Teams subscription checkout. Owner/admin only.

## Path parameters

- `team_id` string, required

## Request body

- TeamSeatCheckoutRequest — Body for POST /billing/teams/{id}/checkout. ``seats`` is the per-seat subscription quantity; the 3-seat minimum is enforced server-side (teams_seat_minimum) so the UI's client-side guard is never the only gate.
  - `seats` integer, required
  - `interval` 'monthly' | 'yearly'
  - `return_url` string, required
  - `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)
