---
title: "Create Payment Method Setup"
method: POST
path: "/api/billing/payment-methods/setup"
---

# Create Payment Method Setup

`POST /api/billing/payment-methods/setup`

Start Stripe Checkout in setup mode. Organization owner only.

## Request body

- CreatePaymentMethodSessionRequest — Start a Stripe-hosted card setup flow and return to this app URL.
  - `returnUrl` string, required

## Response `200`

Successful Response

- PaymentMethodSessionResponse
  - `success` boolean
  - `checkoutUrl` string, required
  - `checkoutSessionId` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
