einvoicecheck
Menu

Rules / UBL-CR-470 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-470

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-470 mean? A UBL invoice should not include the PrepaidPayment

Why did my invoice fail UBL-CR-470?

EN 16931 defines a fixed semantic model, and any UBL element outside that model must not be used. This rule flags the cac:PrepaidPayment element, which has no corresponding business term in EN 16931, so a compliant invoice should not include it. EN 16931 carries the prepaid amount as a single total (BT-113) in cac:LegalMonetaryTotal/cbc:PrepaidAmount; a structured list of individual prepayments has no business terms in the model.

Official rule text

A UBL invoice should not include the PrepaidPayment

Common causes

How do I fix it?

<cac:LegalMonetaryTotal>
  <!-- ... -->
  <cbc:PrepaidAmount currencyID="EUR">100.00</cbc:PrepaidAmount>
  <cbc:PayableAmount currencyID="EUR">1100.00</cbc:PayableAmount>
</cac:LegalMonetaryTotal>

Related rules

UBL-CR-001 · UBL-CR-002 · UBL-CR-003 · UBL-CR-004 · UBL-CR-005 · UBL-CR-006 · UBL-CR-007 · UBL-CR-008

Check your invoice against this rule

Paste it into the live demo, or call POST /v1/validate. See the quickstart.