Void an invoice

View as Markdown
Voids an invoice, cancelling it. Voided invoices cannot be collected. An invoice that is already voided cannot be voided again.

Authentication

AuthorizationBearer

Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.

Path parameters

idstringRequiredformat: "uuid"
The unique identifier of the invoice.

Response

Invoice voided successfully
dataobject

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error