Factuarea API

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.

CodeTypeHTTPCategory
verifactu_already_submittedinvalid_request_error422VeriFactu

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.

On this page