---
title: "Create Stripe checkout session to add funds"
method: POST
path: "/v1/billing/checkout"
tags: ["v1 billing"]
---

# Create Stripe checkout session to add funds

`POST /v1/billing/checkout`

## Request body

- CheckoutRequest
  - `amount_cents` integer, required — Amount to add in cents (min $1.00)

## Response `200`

Successful Response

- CheckoutResponse
  - `checkout_url` string, required
  - `session_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.net/elicitlabs/apis/elicit-labs-api.md) · [All operations](https://skmtc.net/elicitlabs/apis/elicit-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elicitlabs/elicit-labs-api/revisions/27701839a070/schema)
