verifactu_already_submitted
The invoice already has its registration record. Exactly one registration exists per invoice, so a second one would break the idempotency of the chain.
| Code | Type | HTTP | Category |
|---|---|---|---|
verifactu_already_submitted | invalid_request_error | 422 | VeriFactu |
Cause
The invoice already has its registration record. Exactly one registration exists per invoice, so a second one would break the idempotency of the chain.
What to do
Read the existing record instead of creating another; to change what was reported, issue a corrective invoice.
Related
All VeriFactu 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.