Peppol BIS Billing 3.0 · rule
UBL-CR-681
What does UBL-CR-681 mean? A UBL invoice should not include the PaymentMeans InstructionNote
Why did my invoice fail UBL-CR-681?
The cac:PaymentMeans/cbc:InstructionNote element should not be used. EN 16931 carries free-text payment terms in cac:PaymentTerms/cbc:Note (BT-20), so an InstructionNote under PaymentMeans is outside the core invoice model and validators warn on it. Move any payment instruction text to PaymentTerms.
Official rule text
A UBL invoice should not include the PaymentMeans InstructionNote
Common causes
- Payment instruction text mapped to PaymentMeans/InstructionNote instead of PaymentTerms/Note
- Template carried over from a non-EN 16931 UBL profile
How do I fix it?
<cac:PaymentTerms> <cbc:Note>Payment within 30 days to the stated IBAN</cbc:Note> </cac:PaymentTerms>
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.