UBL-CR-680:A UBL invoice should not include the PaymentMeans/PayerFinancialAccount
This UBL element should not be present in an EN16931 invoice. It is allowed in full UBL 2.1 but not in the EN16931 subset.
Engine Classification
Remove disallowed PayerFinancialAccount from PaymentMeans
Confidence: 95% · Applied automatically in pipeline
What is UBL-CR-680?
UBL-CR-680 is a warning validation rule defined in the EN16931 specification. It validates the PayerFinancialAccount element in the UBL invoice XML.
This is a soft validation failure. The invoice may pass initial transmission, but non-compliant values in this field can cause problems during tax audits, buyer-side processing, or downstream VAT reconciliation.
Target path: //cac:PaymentMeans/cac:PayerFinancialAccount
Why This Error Matters
Invoice will be rejected by EN16931 validators. These conformance rules prohibit UBL attributes and elements not in the EN16931 e-invoicing profile. Remove the disallowed attribute or restructure the element.
UBL-CR-680 is a soft failure. The invoice may pass initial validation, but the non-compliant field can cause issues at the receiving end — tax authorities may flag it during audits, buyer ERP systems may fail to process it, or VAT reconciliation may produce mismatches. Fixing warnings before they accumulate prevents larger compliance gaps.
Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.
Validator Behavior
- ·Generates validation warning
- ·Fails EN 16931 business rule validation
- ·Error returned: UBL-CR-680
- ·Specification: EN16931
XML Example
Generic example based on the rule's target XPath. Your actual XML structure may differ.
<!-- Required block is missing --> <!-- <cac:PayerFinancialAccount> ... </cac:PayerFinancialAccount> -->
<!-- Add the required block --> <cac:PayerFinancialAccount> <!-- child elements --> </cac:PayerFinancialAccount>
Technical Reference
//cac:PaymentMeans/cac:PayerFinancialAccountCommon Causes
- ·PaymentMeans contains PayerFinancialAccount element
- ·cac:PayerFinancialAccount not in EN16931 credit transfer
- ·Payer account only allowed in BG-19 direct debit
- ·Credit transfer should not include debtor account
- ·ERP exports payer account in wrong payment context
Seeing this in production? The API handles UBL-CR-680 automatically. See the fix response →
See Also
Last updated: 21 February 2026
Handle UBL-CR-680 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.