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
47here, you must specify eitherVRBL:FR:211orVRBL:FR:212there.
Element
| Name | Cardinality | Description |
|---|---|---|
Document Response (ApplicationResponse/DocumentResponse/Response) | 1..1 | A group of elements detailing the response information included in the Lifecycle Document |
Additional Response Code (ApplicationResponse/DocumentResponse/Response/UBLExtensions/// ResponseExtension/AdditionalResponseCode) | 0..1 | An 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.
| Code | Description |
|---|---|
10 | Submitted |
51 | Issued by the platform |
43 | Received |
48 | Made available |
45 | Accepted |
1 | Approved |
49 | Partially approved |
46 | In dispute |
39 | Suspended |
37 | Completed |
50 | Refused |
47 | Payment Transmitted / Cashed * |
8 | Rejected |
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>
Updated about 18 hours ago
