errorFINpeppol-bis-3

FI-R-001:Finnish Business ID required

Finnish invoices must include Y-tunnus (business ID).

Severity
Fatal
Rule set
peppol-bis-3
Country
FIN
Fix type
INPUT REQUIRED

Engine Classification

Business data required · Explicit input workflow · No assumptions made

Required input: Finnish Business ID (Y-tunnus)

What is FI-R-001?

FI-R-001 is a fatal validation rule defined in the peppol-bis-3 specification (FIN national rules). It validates the CompanyID with schemeID=0037 element under PartyLegalEntity in the UBL invoice XML.

When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.

Target path: XPath: //cac:PartyLegalEntity/cbc:CompanyID with schemeID=0037

Why This Error Matters

Finnish business identification required.

FI-R-001 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.

Validator Behavior

  • ·Causes invoice rejection
  • ·Rejected by PEPPOL Access Points
  • ·Error returned: FI-R-001
  • ·Specification: peppol-bis-3

How to Fix It

1.

Get Y-tunnus

NNNNNNN-N format

2.

Add with scheme

schemeID=0037 for Finnish

XML Example

Generic example based on the rule's target XPath. Your actual XML structure may differ.

Before
<!-- Missing or empty element triggers cbc:CompanyID with schemeID=0037 error -->
<cbc:CompanyID with schemeID=0037></cbc:CompanyID with schemeID=0037>
After
<!-- Provide the required value -->
<cbc:CompanyID with schemeID=0037>VALID_VALUE</cbc:CompanyID with schemeID=0037>

Technical Reference

XPathXPath: //cac:PartyLegalEntity/cbc:CompanyID with schemeID=0037
Specpeppol-bis-3

Common Causes

  • ·Missing Y-tunnus
  • ·Wrong format
  • ·Missing check digit

Seeing this in production? The API handles FI-R-001 automatically. See the fix response →

Frequently Asked Questions

Finnish invoices must include Y-tunnus (business ID).

Add Y-tunnus with scheme 0037. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.

Yes, FI-R-001 is a critical error that will cause invoice rejection. It must be fixed before submission.

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle FI-R-001 Automatically in Your Pipeline

The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.