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
| Name | Cardinality | Description |
|---|---|---|
Document Response Group (ApplicationResponse/DocumentResponse/Response) | 1..1 | A group of elements detailing the response information included in the Lifecycle Document. |
Response Code (ApplicationResponse/DocumentResponse/Response/ResponseCode) | 1..1 | A 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:
| Code | Description |
|---|---|
VRBL:FR:200 | Submitted (*) |
VRBL:FR:201 | Issued by platform (*) |
VRBL:FR:202 | Received by the platform (*) |
VRBL:FR:203 | Made Available (*) |
VRBL:FR:204 | In hand |
VRBL:FR:205 | Approved |
VRBL:FR:206 | Partially Approved |
VRBL:FR:207 | In Dispute |
VRBL:FR:208 | Suspended |
VRBL:FR:209 | Completed |
VRBL:FR:210 | Refused |
VRBL:FR:211 | Payment Sent |
VRBL:FR:212 | Payment Received |
VRBL:FR:213 | Rejected (*) |
VRBL:FR:214 | Reviewed |
VRBL:FR:220 | Cancelled |
VRBL:FR:221 | Routing error (*) |
VRBL:FR:224 | Direct Payment Request |
VRBL:FR:225 | Factored |
VRBL:FR:226 | Factored Confidential |
VRBL:FR:227 | Change of Accounts Payable |
VRBL:FR:228 | Non-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>
Updated 3 days ago
