BR-17
EN 16931-1 layer: en16931
Checked against Peppol BIS Billing 3.0 2026.5
What does BR-17 mean? The Payee name (BT-59) shall be provided in the Invoice, if the Payee (BG-10) is different from the Seller (BG-4)
Why did my invoice fail BR-17?
If a Payee (BG-10) is named and that payee differs from the Seller (BG-4), the Payee name (BT-59) must be provided. The Payee group is only used when payment goes to a party other than the seller, so the beneficiary must be identifiable by name. This rule ensures a factored or third-party payee is properly identified.
Official rule text
The Payee name (BT-59) shall be provided in the Invoice, if the Payee (BG-10) is different from the Seller (BG-4)
Common causes
- A cac:PayeeParty block was included (e.g. for factoring) but without cac:PartyName/cbc:Name.
- A PayeeParty was emitted for a party that is actually the seller, unnecessarily triggering the rule.
- The payee name was mapped to an identifier or contact field instead of PartyName/Name.
How do I fix it?
<cac:PayeeParty>
<cac:PartyName>
<cbc:Name>Factoring Company Ltd</cbc:Name>
</cac:PartyName>
</cac:PayeeParty>
Related rules
BR-01 · BR-02 · BR-03 · BR-04 · BR-05 · BR-06 · BR-07 · BR-08
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.