Peppol BIS Billing 3.0 · rule
UBL-CR-676
What does UBL-CR-676 mean? A UBL invoice should not include the PaymentMandate/ID schemeID
Why did my invoice fail UBL-CR-676?
The schemeID attribute on cac:PaymentMandate/cbc:ID (the direct debit mandate reference, BT-89) should not be used. EN 16931 defines the mandate reference as a plain identifier without a scheme, so the attribute falls outside the core model and triggers a warning. Send the mandate reference as element content only.
Official rule text
A UBL invoice should not include the PaymentMandate/ID schemeID
Common causes
- Mapping tool attaches a schemeID to every ID element
- Copying SEPA mandate structures that qualify the ID with a scheme
How do I fix it?
<cac:PaymentMandate> <cbc:ID>MANDATE-2024-001</cbc:ID> </cac:PaymentMandate>
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.