einvoicecheck
Menu

Rules / IS-R-003 · Markdown

Peppol BIS Billing 3.0 · rule

IS-R-003

Layer peppol·Checked against Peppol BIS Billing 3.0 2026.5

What does IS-R-003 mean? If seller is icelandic then it shall contain his address with street name and zip code — Ef seljandi er íslenskur þá skal heimilisfang seljanda innihalda götuheiti og póstnúmer (BT-35 og BT-38).

Why did my invoice fail IS-R-003?

If the seller is Icelandic, the invoice shall contain the seller's address including street name (BT-35) and post code (BT-38). This Peppol BIS 3.0 Icelandic country rule guarantees a complete seller postal address; in UBL these are cac:PostalAddress/cbc:StreetName and cbc:PostalZone on the supplier party.

Official rule text

If seller is icelandic then it shall contain his address with street name and zip code — Ef seljandi er íslenskur þá skal heimilisfang seljanda innihalda götuheiti og póstnúmer (BT-35 og BT-38).

Common causes

How do I fix it?

<cac:PostalAddress>
  <cbc:StreetName>Laugavegur 1</cbc:StreetName>
  <cbc:CityName>Reykjavik</cbc:CityName>
  <cbc:PostalZone>101</cbc:PostalZone>
  <cac:Country><cbc:IdentificationCode>IS</cbc:IdentificationCode></cac:Country>
</cac:PostalAddress>

Related rules

IS-R-001 · IS-R-002 · IS-R-004 · IS-R-005 · IS-R-006 · IS-R-007 · IS-R-008 · IS-R-009

Check your invoice against this rule

Paste it into the live demo, or call POST /v1/validate. See the quickstart.