Factuarea API

invalid_correction_nature

`correction_nature` only accepts `S` (substitution: the corrective carries the full corrected amounts) or `I` (by difference: it carries only the delta).

CodeTypeHTTPCategory
invalid_correction_natureinvalid_request_error422Invoices

Cause

correction_nature only accepts S (substitution: the corrective carries the full corrected amounts) or I (by difference: it carries only the delta).

What to do

Send S when the corrective replaces the original amounts, and I when it only states the difference.

On this page