France (CII(AR)): Response Code

You must add a response code to specify the status.

Element

NameCardinalityDescription
Document Response Group (ApplicationResponse/DocumentResponse/Response)1..1A group of elements detailing the response information included in the Lifecycle Document.
Response Code (ApplicationResponse/DocumentResponse/Response/ResponseCode)1..1Specify the code that represents the status of the response.

Restrictions

You must use one of the following codes. You must use the VRBL:FR: prefix:

CodeDescription
VRBL:FR:200Submitted
VRBL:FR:201Issued by the platform
VRBL:FR:202Received
VRBL:FR:203Made available
VRBL:FR:204Accepted
VRBL:FR:205Approved
VRBL:FR:206Partially approved
VRBL:FR:207In dispute
VRBL:FR:208Suspended
VRBL:FR:209Completed
VRBL:FR:210Refused
VRBL:FR:211Payment Transmitted
VRBL:FR:212Cashed
VRBL:FR:213Rejected

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:Response>
            <cbc:ResponseCode>VRBL:FR:212</cbc:ResponseCode>
            <!-- code omitted for clarity -->
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>