---
title: "Add Payment Method"
method: POST
path: "/v1/billing/payment-methods"
tags: ["Billing", "billing"]
---

# Add Payment Method

`POST /v1/billing/payment-methods`

## Request body

- PaymentMethodRequest
  - `SuccessUrl` string, required
  - `CancelUrl` string, required
  - `ForceUpdate` boolean, nullable
  - `ReturnUrl` string, nullable

## Response `200`

Successful Response

- BillingResponse
  - `CheckoutUrl` string, nullable
  - `ClientSecret` string, nullable
  - `RequestId` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
