Factuarea API

invalid_invoice_id

The invoice reference received is not a valid identifier; it usually means an internal value slipped in where the API expects the public `id`.

CodeTypeHTTPCategory
invalid_invoice_idinvalid_request_error400Invoices

Cause

The invoice reference received is not a valid identifier; it usually means an internal value slipped in where the API expects the public id.

What to do

Send the invoice id returned by the API; internal numeric identifiers are not part of the v1 contract.

On this page