---
title: "List Payments"
method: GET
path: "/api/invoices/payments"
tags: ["invoices"]
---

# List Payments

`GET /api/invoices/payments`

List CRM payments from new payments table.

## Query parameters

- `page` integer
- `per_page` integer
- `first_name` string, nullable
- `last_name` string, nullable
- `email` string, nullable
- `invoice_status` string, nullable
- `payment_type` string, nullable
- `date_from` string, nullable
- `date_to` string, nullable

## Response `200`

Successful Response

- ListPaymentsResponse — Response for CRM payments list endpoint.
  - `success` boolean, required — Operation result
  - `data` object[] — Payments list payload
  - `pagination` ListPaymentsPaginationResponse, required — Pagination block for payments list response.
    - `page` integer, required — Current page
    - `per_page` integer, required — Items per page
    - `total` integer, required — Total items
    - `total_pages` integer, required — Total pages

## Other responses

- `422` — Validation Error

---

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