France (CII(CDAR)): Response Code

You must add a response code to specify the status.

A code stating the status of the referenced document in the process. The French Lifecycle Documents define its own list of allowed response/status codes. Use the original codes with the prefix VRBL:FR.

This is where the PPF-specific codes are used to qualify the processing of the documents to which the CDV message relates.

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..1A processing status code used to classify the processing of a document.

Restrictions

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

CodeDescription
VRBL:FR:200Submitted (*)
VRBL:FR:201Issued by platform (*)
VRBL:FR:202Received by the platform (*)
VRBL:FR:203Made Available (*)
VRBL:FR:204In hand
VRBL:FR:205Approved
VRBL:FR:206Partially Approved
VRBL:FR:207In Dispute
VRBL:FR:208Suspended
VRBL:FR:209Completed
VRBL:FR:210Refused
VRBL:FR:211Payment Sent
VRBL:FR:212Payment Received
VRBL:FR:213Rejected (*)
VRBL:FR:214Reviewed
VRBL:FR:220Cancelled
VRBL:FR:221Routing error (*)
VRBL:FR:224Direct Payment Request
VRBL:FR:225Factored
VRBL:FR:226Factored Confidential
VRBL:FR:227Change of Accounts Payable
VRBL:FR:228Non-factored

The following values are allowed and only those without (*) are the ones that can be generated as outbound CDAR messages. The others are only generated by the PAs and therefore can only be received as inbound.

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>