United States (DBNA): Payment Due Date of Payment Terms

Configure the Payment Due Date of Payment Terms for your United States documents.

Prompt payment terms are available if paid by this date; otherwise, the total invoice amount is payable. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFinal Format Path
Invoice/PaymentTerms/PaymentDueDate0..1O/Invoice/cac:PaymentTerms/cbc:PaymentDueDate

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:PaymentTerms>
    <!-- ... omitted for readability -->
    <cbc:PaymentDueDate>2026-06-21</cbc:PaymentDueDate>
  </cac:PaymentTerms>
</ubl:Invoice>

Did this page help you?