Poland KSF: Actual Delivery Date (FA(3))

You can specify the date when the goods are delivered.

Elements

Use the ActualDeliveryDate sub-element of the Delivery element to model this information:

Name (Path)CardinalityDescription
Delivery (Invoice/Delivery)0..nGroups information about a delivery that is associated with this Document.
Actual Delivery Date
Actual Delivery Date (Invoice/Delivery/ActualDeliveryDate)0..1The date that the delivery was made in the YYYY-MM-DD format, for example, 2018-10-22.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:Delivery>
            <cbc:ActualDeliveryDate>2025-10-27</cbc:ActualDeliveryDate>
        </cac:Delivery>
        <!-- code omitted for clarity -->
    <cac:InvoiceLine>
    <!-- code omitted for clarity -->
</ubl:Invoice>