France (CII(AR)): Additional Response Code

You can add an additional response code.

📘

Note

You need to align the codes here with the ones specified in the LINK topic. For example, if you use 47 here, you must specify either VRBL:FR:211 or VRBL:FR:212 there.

Element

NameCardinalityDescription
Document Response (ApplicationResponse/DocumentResponse/Response)1..1A group of elements detailing the response information included in the Lifecycle Document
Additional Response Code (ApplicationResponse/DocumentResponse/Response/UBLExtensions/// ResponseExtension/AdditionalResponseCode)0..1An additional code providing the status of the referenced document

Restrictions

  • You must use one of the following codes. These are a subset of the UNCL 1373 codes.
CodeDescription
10Submitted
51Issued by the platform
43Received
48Made available
45Accepted
1Approved
49Partially approved
46In dispute
39Suspended
37Completed
50Refused
47Payment Transmitted / Cashed *
8Rejected

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:Response>
            <cec:UBLExtensions>
                <cec:UBLExtension>
                    <cec:ExtensionContent>
                        <vrbl:ResponseExtension>
                            <vrbl:AdditionalResponseCode>47</vrbl:AdditionalResponseCode>
                        </vrbl:ResponseExtension>
                    </cec:ExtensionContent>
                </cec:UBLExtension>
            </cec:UBLExtensions>
            <!-- code omitted for clarity -->
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>