Credit Notes
List credit notes
Returns a paginated list of credit notes in a simplified preview shape. Use this endpoint for lists, synchronization, and quick credit-note status overviews; use the detail endpoint for the full payload.
GET
List credit notes
Authorizations
Bearer token created for a specific company in Integrations → API.
Query Parameters
Filter by document number.
Filter by client.
Filter by credit note status.
Available options:
paid, unpaid, partially_paid, overdue, will_not_be_paid Issue date from.
Issue date to.
Due date from.
Due date to.
Minimum total amount without VAT.
Maximum total amount without VAT.
Field used for sorting.
Available options:
number, issueDate, dueDate, total, totalWithVat Sorting direction.
Available options:
asc, desc Number of results per page.
Required range:
1 <= x <= 500Page number.
Required range:
x >= 1Previous
Create credit noteCreates a new credit note.
### Business rules
- The credit note must be linked to an existing invoice through `invoiceId`.
- The credit-note client is always taken from the selected source invoice, so do not send `clientId`.
- This endpoint does not support inline `client` payloads, client resolution, or automatic client creation.
- The resulting total of the credit note must stay negative; if the payload produces a positive document, the endpoint returns `422`.
### Payload contract
Unlike the public invoice and proforma APIs, this is an explicit create flow without smart defaults. Send the complete business payload for the document including dates, bank account, symbols, currency, and items.
If you use warehouse allocations on items, the backend processes them as inbound warehouse movements linked to the credit note.
If you send an `Idempotency-Key`, the same key with the same payload returns the original response without creating the credit note again.
Next
List credit notes

