---
title: "Get payments for an invoice"
method: GET
path: "/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments"
tags: ["Invoice"]
---

# Get payments for an invoice

`GET /v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `invoiceId` string, required — Represents an invoice identifier across the system.

## Query parameters

- `page` integer — Page number.
- `page-size` integer — Page size.

## Response `200`

OK

- InvoicePaymentDtoV1[]
  - `amount` integer — Represents an invoice payment amount as long.
  - `author` string — Represents an invoice payment author.
  - `date` string, date-time — Represents an invoice payment date in yyyy-MM-ddThh:mm:ssZ format.
  - `id` string — Represents invoice payment identifier across the system.
  - `note` string — Represents an invoice payment note.

## Changes

- **2026-08-20** `a5b636acbcd8` — 3 info
  - the `author` response's property default value `` was added for the status `200`
  - the `id` response's property default value `` was added for the status `200`
  - the `note` response's property default value `` was added for the status `200`

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/invoices/:invoiceId/payments/get.md)

---

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