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

# Create Kelviq Order

`POST /api/kelviq/v1/pay`

## Query parameters

- `app_id` string, required

## Request body

- KelviqPayItem
  - `plan_id` string, required — 套餐id
  - `user_id` string, required — 用户id
  - `email` string, required — 邮箱
  - `transaction_id` string, required — 前端生成的交易id
  - `external_result_page_url` string — 支付完成最终跳转的外站结果页面
  - `redirect` boolean — 支付完成是否进行页面跳转

## 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)
