---
title: "Create Checkout User Route"
method: POST
path: "/billing/stripe/checkouts/"
tags: ["Billing"]
---

# Create Checkout User Route

`POST /billing/stripe/checkouts/`

## Query parameters

- `plan` string, required
- `success_url` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 359 revisions in range; 44 could not be searched.

- **2025-06-27** `e3e84db47198` — 1 breaking, 2 warning, 5 info
  - the `query` request parameter `plan` was restricted to a list of enum values
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - added the new enum value `cloud_v0_agenta_ai` to the `query` request parameter `plan`
  - …4 more

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/billing/stripe/checkouts/post.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/713e4f3b7519/schema)
