einvoicecheck
Menu

Rules / UBL-CR-061 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-061

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-061 mean? A UBL invoice should not include the ReceiptDocumentReference CopyIndicator

Why did my invoice fail UBL-CR-061?

The UBL 2.1 schema allows a CopyIndicator child inside cac:ReceiptDocumentReference, but this element is not part of the EN 16931 core invoice model, so a compliant invoice should not include it. UBL-CR rules exist because EN 16931 uses only a subset of full UBL: any element outside that subset carries data the receiver is not required to process. In the core model, cac:ReceiptDocumentReference conveys the receiving advice reference (BT-15) and should be limited to cbc:ID (the receiving advice reference, BT-15).

Official rule text

A UBL invoice should not include the ReceiptDocumentReference CopyIndicator

Common causes

How do I fix it?

<cac:ReceiptDocumentReference>
  <cbc:ID>REC-2024-007</cbc:ID>
</cac:ReceiptDocumentReference>

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.