Invoices

Void invoice

Cancel an invoice. Cannot void invoices that have been paid.

post/v1/invoices/{id}/void

Path parameters

idstring required

Invoice ID

Request body

reasonstring required

Reason for voiding the invoice

Response

Invoice voided

object required

Invoice voided

Changes