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`.
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_invoice_id | invalid_request_error | 400 | Invoices |
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.