Invoices
Update Invoice
Update specific fields of an existing invoice.
PATCH
This endpoint allows partial updates to an invoice. Common fields that can be updated:
status
(e.g., to mark as paid or void)metadata
or internal tagsdue_date
⚠️ You cannot update financial fields like line items or tax amounts after creation. For corrections, use credit notes or cancel-and-recreate strategy.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
200 - application/json
Invoice updated
The response is of type object
.