Factuarea API

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.

CodeTypeHTTPCategory
invoice_not_eligible_for_actioninvalid_request_error422Invoices

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.

On this page