Skip to main content
Void/delete an invoice in the payment platform. This marks the invoice as cancelled and it will no longer be collectible.
Voiding an invoice does not automatically refund any payments made. Use the Transactions API to process refunds if needed.

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe rootfi_id or platform_id of the invoice to void

Behavior

  • Draft invoices are typically deleted
  • Sent/open invoices are marked as void
  • Paid invoices may require refunds before voiding (platform-dependent)