---
title: "Create a billing checkout session"
method: POST
path: "/organizations/{organizationID}/billing/checkout-session"
tags: ["Billing"]
---

# Create a billing checkout session

`POST /organizations/{organizationID}/billing/checkout-session`

Creates a Stripe checkout session used to activate card billing for an organization.

## Response `200`

Billing checkout session created

- BillingCheckoutSessionResponse
  - `url` string, uri, required — Stripe checkout session URL

## Other responses

- `400` — Error returned when the request is malformed or contains invalid parameters
- `401` — Error returned when authentication or authorization fails
- `403` — Error returned when authentication or authorization fails
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/xataio/apis/xata-api.md) · [All operations](https://skmtc.net/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xataio/xata-api/versions/bbeb83bf32d6/schema)
