Skip to main content

Void a pre-settlement

DELETE 

/v1/pre-settlements/:originInvoiceGroupId/void

Void a pre-settlement, or remove specific invoices from it.

The request body is optional and that is what selects the behaviour: send no body to void the whole group, or send invoice_numbers to detach only those invoices and leave the rest of the group standing.

This is not reversible through the API. Voiding a group does not void the underlying invoices — use PUT /v1/invoices/{invoiceNumber}/void for that.

Request

Responses

NO CONTENT