---
title: "Create Creem Payment"
method: POST
path: "/payments/creem/create"
tags: ["Payments"]
---

# Create Creem Payment

`POST /payments/creem/create`

为Creem创建一个新的支付会话（允许 API KEY 过期后续费）。

## Request body

- CreateCreemPaymentRequest
  - `amount` number, required — 支付金额 (e.g., 4.99, 9.99)

## Response `200`

Successful Response

- CreemPaymentResponse
  - `order_no` string, required
  - `checkout_url` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter.md) · [All operations](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepshare/markdown-to-docx-converter/revisions/3c4ed7b0427a/schema)
