invoice_not_correctable_in_current_state
A corrective invoice can only be issued against an invoice that is already issued (`sent` or `paid`). A draft, a cancelled or an annulled invoice has nothing to correct.
| Code | Type | HTTP | Category |
|---|---|---|---|
invoice_not_correctable_in_current_state | invalid_request_error | 422 | Invoices |
Cause
A corrective invoice can only be issued against an invoice that is already issued (sent or paid). A draft, a cancelled or an annulled invoice has nothing to correct.
What to do
Issue the original invoice first; while it is still a draft, edit it directly instead of correcting it.
Related
All Invoices error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.