Update invoice

📘

API Refs

This endpoint updates an existing invoice. Only provide the fields you wish to change.

URI Parameters

NameTypeDescriptionRequired
invoiceIdnumberThe ID of the invoice to updateyes

Request body

The request body uses the same fields as the Create invoice endpoint, but all fields are optional.

Response

A successful request returns a 200 OK status code with no response body.

Example

{
  "grossPremium": 1250.00,
  "memo": "Updated annual premium"
}
❗️

Important

You can only update an invoice if it has not been paid. Once a payment is applied, the invoice is locked.