IS-R-007
If seller is icelandic and payment means code is 42 then a 12 digit account id must exist — Ef seljandi er íslenskur og greiðslumáti (BT-81) er millifærsla (kóti 42) þá skal koma fram 12 stafa reikningnúmer (BT-84)
What does this rule mean?
With an Icelandic seller and payment means 42 (bank transfer), the twelve-digit account number is missing.
Icelandic bank accounts are stated as twelve digits (bank, ledger, account).
- BT-81
- Payment means type code (UNTDID 4461)
- BT-84
- Payment account identifier (IBAN)
Official rule message (standard)
If seller is icelandic and payment means code is 42 then a 12 digit account id must exist — Ef seljandi er íslenskur og greiðslumáti (BT-81) er millifærsla (kóti 42) þá skal koma fram 12 stafa reikningnúmer (BT-84)
Where the rule applies
Syntax: UBL
Affected element (XPath):
ubl-creditnote:CreditNote[$SupplierCountry = 'IS'] | ubl-invoice:Invoice[$SupplierCountry = 'IS']
Technical test
The rule passes when this Schematron expression holds true:
exists(cac:PaymentMeans[cbc:PaymentMeansCode = '42']/cac:PayeeFinancialAccount/cbc:ID)
and string-length(normalize-space(cac:PaymentMeans[cbc:PaymentMeansCode = '42']/cac:PayeeFinancialAccount/cbc:ID)) = 12
or not(exists(cac:PaymentMeans[cbc:PaymentMeansCode = '42']))How to fix it
A missing or incorrect business entry only you can supply. Add or correct it, then re-check.
Add the complete twelve-digit account number.
Correct the affected entry in your XML, then re-check the invoice. Validation runs locally in your browser — your file never leaves your machine.
Check an e-invoice here
Drop an XML or ZUGFeRD PDF file here. Validation runs locally in your browser against EN 16931 — your file never leaves your machine.