France (CII(AR)): Response Code
You must add a response code to specify the status.
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 | Specify 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:
| Code | Description |
|---|---|
VRBL:FR:200 | Submitted |
VRBL:FR:201 | Issued by the platform |
VRBL:FR:202 | Received |
VRBL:FR:203 | Made available |
VRBL:FR:204 | Accepted |
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 Transmitted |
VRBL:FR:212 | Cashed |
VRBL:FR:213 | Rejected |
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 7 days ago
