invoice_not_eligible_for_action
The requested action does not apply to this invoice: its type or its current state leaves it outside the scope of the operation.
| Code | Type | HTTP | Category |
|---|---|---|---|
invoice_not_eligible_for_action | invalid_request_error | 422 | Invoices |
Cause
The requested action does not apply to this invoice: its type or its current state leaves it outside the scope of the operation.
What to do
Read status and type on the invoice and call the operation that matches them; the reference states which states each action accepts.
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.