---
title: "Get User Payment Order History"
method: POST
path: "/api/pay/v1/history"
---

# Get User Payment Order History

`POST /api/pay/v1/history`

## Query parameters

- `app_id` string, required

## Request body

- HistoryPaymentItem
  - `page` integer, required — 页码
  - `page_count` integer, required — 每页数量

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