Skip to main content
Update an existing invoice in the payment platform. Only draft invoices can be fully edited; open or paid invoices have limited editability.

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe rootfi_id or platform_id of the invoice to update

Request Body

FieldTypeRequiredDescription
due_datestringNoPayment due date (ISO 8601)
statusstringNoInvoice status
line_itemsarrayNoArray of line item objects (replaces existing)
memostringNoAdditional notes
Some platforms restrict which fields can be updated after an invoice is sent. Updating line_items may replace all existing items.
See Invoice Overview for complete field details.