Croatia (Rjtn): Clarification Information

You can add clarification information to your rejection responses.

Elements

Name (Path)CardinalityDescription
Clarification Information (Statement/StatementLine/BillingReference/InvoiceDocumentReference/ UBLExtensions//InvoiceDocumentReferenceExtension/Response/Status)1..1A group of elements providing Clarification Information about a related invoice.
Rejection Date (Statement/StatementLine/BillingReference/InvoiceDocumentReference/ UBLExtensions//InvoiceDocumentReferenceExtension/Response/Status/ReferenceDate)1..1The date of the rejection of the invoice.
Rejection Reason Code (Statement/StatementLine/BillingReference/InvoiceDocumentReference/ UBLExtensions//InvoiceDocumentReferenceExtension/Response/Status/StatusReasonCode)1..1A code providing a reason regarding the rejection of the invoice.
Rejection Reason (Statement/StatementLine/BillingReference/InvoiceDocumentReference/ UBLExtensions//InvoiceDocumentReferenceExtension/Response/Status/StatusReason)1..1A textual description of the rejection reason of the invoice.

Restrictions

You must use one of the following codes in the Rejection Reason Code element:

CodeDescription
VRBL:HR:NData inconsistency that does not affect the calculation of tax.
VRBL:HR:UData inconsistency that affects the calculation of tax.
VRBL:HR:OOther.

Example

<ubl:Statement>
    <!-- code omitted for clarity -->
    <cac:StatementLine>
        <!-- code omitted for clarity -->
        <cac:BillingReference>
            <cac:InvoiceDocumentReference>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:InvoiceDocumentReferenceExtension>
                                <vrbl:Response>
                                    <!-- code omitted for clarity -->
                                    <vrbl:Status>
                                        <vrbl:ReferenceDate>2024-08-10</vrbl:ReferenceDate>
                                        <vrbl:StatusReasonCode>VRBL:HR:N</vrbl:StatusReasonCode>
                                        <vrbl:StatusReason>Neispravan iznos na računu. / Incorrect amount on the invoice.</vrbl:StatusReason>
                                    </vrbl:Status>
                                </vrbl:Response>
                            </vrbl:InvoiceDocumentReferenceExtension>
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:InvoiceDocumentReference>
        </cac:BillingReference>
    </cac:StatementLine>    
</ubl:Statement>