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

# Create Creem Subscription Payment

`POST /payments/creem/subscription/create`

通过 Creem 创建订阅支付（注册用户，允许 API KEY 过期后续费）

## Request body

- CreateCreemSubscriptionPaymentRequest
  - `plan_code` string, required — 订阅套餐代码 (standard_monthly, pro_monthly, pro_yearly, ultra_yearly)

## Response `200`

Successful Response

- CreemSubscriptionPaymentResponse
  - `order_no` string, required
  - `checkout_url` string, required
  - `status` string, required
  - `plan_code` string, required
  - `plan_name` 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)
