Peppol BIS Billing 3.0 · rule
IS-R-005
What does IS-R-005 mean? If seller and buyer are icelandic then the invoice shall contain the buyers address with street name and zip code — Ef seljandi og kaupandi eru íslenskir þá skal heimilisfang kaupanda innihalda götuheiti og póstnúmer (BT-50 og BT-53)
Why did my invoice fail IS-R-005?
If both seller and buyer are Icelandic, the invoice shall contain the buyer's address with street name (BT-50) and post code (BT-53). This Peppol BIS 3.0 Icelandic country rule requires a complete structured buyer address on domestic invoices; in UBL these are cbc:StreetName and cbc:PostalZone in the customer party's cac:PostalAddress.
Official rule text
If seller and buyer are icelandic then the invoice shall contain the buyers address with street name and zip code — Ef seljandi og kaupandi eru íslenskir þá skal heimilisfang kaupanda innihalda götuheiti og póstnúmer (BT-50 og BT-53)
Common causes
- Buyer PostalAddress missing StreetName or PostalZone
- Buyer address supplied only as unstructured text
How do I fix it?
<cac:AccountingCustomerParty>
<cac:Party>
<cac:PostalAddress>
<cbc:StreetName>Borgartun 20</cbc:StreetName>
<cbc:CityName>Reykjavik</cbc:CityName>
<cbc:PostalZone>105</cbc:PostalZone>
<cac:Country><cbc:IdentificationCode>IS</cbc:IdentificationCode></cac:Country>
</cac:PostalAddress>
</cac:Party>
</cac:AccountingCustomerParty>
Related rules
IS-R-001 · IS-R-002 · IS-R-003 · IS-R-004 · IS-R-006 · IS-R-007 · IS-R-008 · IS-R-009
Paste it into the live demo, or call POST /v1/validate. See the quickstart.