---
title: "Add payment to an invoice"
method: POST
path: "/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments"
tags: ["Invoice"]
---

# Add payment to an invoice

`POST /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.

## Request body

- CreateInvoicePaymentRequest
  - `amount` integer — Represents an invoice payment amount as long.
  - `note` string — Represents an invoice payment note.
  - `paymentDate` string — Represents an invoice payment date in yyyy-MM-ddThh:mm:ssZ format.

## Response `201`

Created

- InvoiceOverviewDtoV1 — unresolved $ref

## Changes

- **2026-08-20** `a5b636acbcd8` — 19 info
  - the `note` request property default value `` was added
  - the `paymentDate` request property default value `` was added
  - the `` response's property default value `` was added for the status `201`
  - the `` response's property default value `` was added for the status `201`
  - …15 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/invoices/:invoiceId/payments/post.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)
