---
title: "List org payment history"
method: GET
path: "/api/v1/billing/payments"
tags: ["billing"]
---

# List org payment history

`GET /api/v1/billing/payments`

Paginated Polar order history for the active org, newest first. Amounts are in minor units (cents) of the order currency. An org that has never paid returns an empty list.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Payment history

- PaymentsResponse
  - `payments` Payment[], required
    - `id` string, required
    - `status` 'draft' | 'pending' | 'paid' | 'refunded' | 'partially_refunded' | 'void', required
    - `paid` boolean, required
    - `created_at` string, date-time, required
    - `subtotal_amount` integer, required
    - `discount_amount` integer, required
    - `tax_amount` integer, required
    - `total_amount` integer, required
    - `refunded_amount` integer, required
    - `currency` string, required
    - `billing_reason` string, required
    - `description` string, nullable, required
    - `invoice_number` string, nullable, required
    - `invoice_available` boolean, required
    - `product_name` string, nullable, required
    - `plan` 'free' | 'developer' | 'pro' | 'enterprise', nullable, required
  - `pagination` object, required
    - `page` integer, required
    - `limit` integer, required
    - `total_count` integer, required
    - `max_page` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Insufficient role
- `429` — Rate limited
- `502` — Provider error

## Changes

- **2026-08-25** `55772030ddd3` — 4 breaking, 6 warning
  - the response property `fields` became nullable for the status `401`
  - the response property `fields` became nullable for the status `403`
  - the `fields` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `fields` response's property type/format changed from `object`/`` to ``/`` for status `403`
  - …6 more
- **2026-08-19** `b38f8e603649` — 2 breaking, 6 info
  - the `fields` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `fields` response's property type/format changed from ``/`` to `object`/`` for status `403`
  - added the optional property `code` to the response with the `429` status
  - added the optional property `code` to the response with the `502` status
  - …4 more
- **2026-07-26** `a828d1399648` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/billing/payments/get.md)

---

[API](https://skmtc.dev/crosmos/apis/crosmos-api.md) · [All operations](https://skmtc.dev/crosmos/apis/crosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crosmos/crosmos-api/revisions/55772030ddd3/schema)
