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

# Create a billing payment method session

`POST /organizations/{organizationID}/billing/payment-method-session`

Creates a Stripe setup-mode checkout session used to add or update an organization payment method.

## Response `200`

Billing payment method session created

- BillingPaymentMethodSessionResponse
  - `url` string, uri, required — Stripe payment method 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/xata/apis/xata-api.md) · [All operations](https://skmtc.net/xata/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xata/xata-api/revisions/7fd383f5918c/schema)
