France (CII(CDAR)): Status Rejection Reason Code

Configure the Status Rejection Reason Code for your France documents.

A reason code in case of inadmissibility, rejection, or refusal of the referenced document.
The allowed values to be used depend on the status being reported.
Check the Status Reason Codes table for allowed values and scenarios.

The reason code is mandatory if the Lifecycle Response Code is VRBL:FR:210 (Refused) or VRBL:FR:213 (Rejected).

Elements

Name (Path)CardinalityDescription
Clarification Information (ApplicationResponse/DocumentResponse/Response/Status)0..1A group of business terms to provide clarification information regarding the status of a referenced document.
Status Rejection Reason Code (ApplicationResponse/DocumentResponse/Response/Status/StatusReasonCode)0..1A reason code in case of inadmissibility, rejection, or refusal of the referenced document.

Example

Here is an example of a Clarification Information group related to a refused invoice:

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
        <cac:Response>
            <!-- code omitted for clarity -->
            <cac:Status>
                <!-- code omitted for clarity -->
                <cbc:StatusReasonCode>VRBL:FR:TX_TVA_ERR</cbc:StatusReasonCode>
                <cbc:StatusReason>Taux de TVA erroné</cbc:StatusReason>
            </cac:Status>
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>