Update a credit note
Partial update. The type field is intentionally NOT
updatable. Updating an issued credit note is allowed but
rare — the document has already been accounted for as a
VAT correction.
Authentication
Devise JWT issued via POST /api/v1/auth/sign_in. Used by mobile
and SPA clients. Revoked tokens are tracked in api_jwt_denylists.
Path parameters
Workspace (account) ID. The numeric ID shown in your URLs.
Request
Response
Credit note lifecycle state. The same sync_payment_status!
callback that derives invoice statuses also fires on
credit notes (it’s on the base Document model), so the
full payment-derived state set can appear here even
though credit notes are not themselves a payment
obligation. Practically: consumers should treat draft
and exposed as the meaningful credit-note lifecycle
states; the paid-family states reflect how the credit
note has been applied against the source invoice’s
payment allocation.
ISO-4217 currency code.
Credit note number (formatted via number_series, e.g. ‘DOB2026-0001’). Null for drafts.

