Peppol BIS Billing 3.0 · rule
NL-R-006
What does NL-R-006 mean? For suppliers in the Netherlands, if the fiscal representative is in the Netherlands, the representative's address (cac:TaxRepresentativeParty/cac:PostalAddress) MUST contain street name (cbc:StreetName), city (cbc:CityName) and post code (cbc:PostalZone)
Why did my invoice fail NL-R-006?
For Dutch suppliers, if the fiscal (tax) representative is in the Netherlands, the representative's address (cac:TaxRepresentativeParty/cac:PostalAddress) must contain street name (cbc:StreetName), city (cbc:CityName) and post code (cbc:PostalZone). This Peppol BIS 3.0 Dutch country rule extends the complete-address requirement to the tax representative party.
Official rule text
For suppliers in the Netherlands, if the fiscal representative is in the Netherlands, the representative's address (cac:TaxRepresentativeParty/cac:PostalAddress) MUST contain street name (cbc:StreetName), city (cbc:CityName) and post code (cbc:PostalZone)
Common causes
- TaxRepresentativeParty present but its PostalAddress lacks StreetName, CityName, or PostalZone
- Representative address copied as a single unstructured line
How do I fix it?
<cac:TaxRepresentativeParty>
<cac:PartyName><cbc:Name>Fiscaal Vertegenwoordiger B.V.</cbc:Name></cac:PartyName>
<cac:PostalAddress>
<cbc:StreetName>Herengracht 5</cbc:StreetName>
<cbc:CityName>Amsterdam</cbc:CityName>
<cbc:PostalZone>1017 BN</cbc:PostalZone>
<cac:Country><cbc:IdentificationCode>NL</cbc:IdentificationCode></cac:Country>
</cac:PostalAddress>
</cac:TaxRepresentativeParty>
Related rules
NL-R-001 · NL-R-002 · NL-R-003 · NL-R-004 · NL-R-005 · NL-R-007 · NL-R-008 · NL-R-009
Paste it into the live demo, or call POST /v1/validate. See the quickstart.