Invoices
Void invoice route
Void an invoice, stating that the sale was never owed.
POST/v1/invoices/{invoice_id}/void
Parameters
| Parameter | Description |
|---|---|
| invoice_idstring · pathrequired | No description in the spec. |
Returns
Returns an InvoiceResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the invoices:write scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other invoices operations
- List invoices GET /v1/invoices
- Get invoice GET /v1/invoices/{invoice_id}
- Email invoice POST /v1/invoices/{invoice_id}/email
- Get invoice PDF GET /v1/invoices/{invoice_id}/pdf
BillKit