Poland KSF: General Payment Terms (FA(3))

You can specify general payment terms for Polish KSF Documents.

Elements

Use the following sub-elements of the PaymentTerms element:

Name (Path)CardinalityDescription
Payment Terms (/Invoice/PaymentTerms/Note)1..1A textual description of the payment terms that apply to the amount due for payment (including a description of possible penalties).
Terms Installment Due Date (/Invoice/PaymentTerms/InstallmentDueDate)0..1The date when the payment is due.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:PaymentTerms>
        <cbc:Note>Until 09.10.2024 without discount</cbc:Note>
        <cbc:InstallmentDueDate>2024-10-09</cbc:InstallmentDueDate>
    </cac:PaymentTerms>
    <!-- Code omitted for clarity -->
</ubl:Invoice>