---
title: "List User Payment Orders"
method: GET
path: "/payments/orders"
tags: ["Payments"]
---

# List User Payment Orders

`GET /payments/orders`

列出当前用户的所有支付订单

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- PaymentOrderResponse[]
  - `id` integer, required
  - `order_no` string, required
  - `amount` number, required
  - `quota` integer, required
  - `gift_quota` integer, required
  - `status` string, required
  - `payment_method` string, nullable, required
  - `created_at` string, date-time, required
  - `paid_at` string, date-time, nullable

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