POST
/
v1
/
businesses
/
{business_id}
/
invoices
/
{invoice_id}
/
void

Voiding an invoice cancels it entirely, removing revenue and receivables from the ledger and marking the invoice as voided.

Voiding can only be performed on an invoice before payments have been collected or write-offs have been made.

If an invoice was created by mistake and included payments, these should be deleted instead of voiding.

Path Parameters

business_id
string

Id of the Business the invoice is associated with.

invoice_id
string
required

Id of the Invoice the write-off is applied to.

Response

Returns the updated Invoice Object