---
title: "Create Creempay Order"
method: POST
path: "/api/creem/v1/pay"
tags: ["pay"]
---

# Create Creempay Order

`POST /api/creem/v1/pay`

## Query parameters

- `app_id` string, required

## Request body

- CreempayItem
  - `plan_id` string, required — 套餐id
  - `email` string, required — 邮箱
  - `redirect_url` string — 回调路径
  - `transaction_id` string, required — 前端生成套餐id

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/videofaceswap/apis/fastapi.md) · [All operations](https://skmtc.dev/videofaceswap/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/videofaceswap/fastapi/revisions/76b11ccab8af/schema)
