France (CII(CDAR)): 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
In case you are using the codes ensure the usage is aligned with the mandatory Response Code.
Note: Code 47 can be used in combination with VRBL:FR:211 and VRBL:FR:212.
Transmission Phase:
| Code | Description |
|---|---|
10 | Submitted |
51 | Issued by the platform |
43 | Received |
8 | Rejected |
48 | Made available |
Processing Phase:
| Code | Description |
|---|---|
45 | Accepted |
39 | Suspended |
37 | Completed |
50 | Refused |
49 | Partially approved |
47 | Payment Transmitted / Cashed * |
46 | In dispute |
1 | Approved |
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 6 days ago
