---
title: "Get Payment History"
method: GET
path: "/stripe/payments"
tags: ["stripe"]
---

# Get Payment History

`GET /stripe/payments`

Get current user's payment history.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PaymentResponse[]
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `subscription_id` string, uuid, nullable, required
  - `amount_cents` integer, required
  - `currency` string, required
  - `status` string, required
  - `receipt_url` string, nullable, required
  - `paid_at` string, date-time, nullable, required
  - `description` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
