New Zealand (Peppol): Buyer Legal Entity
Configure the Buyer Legal Entity for your New Zealand documents.
For New Zealand invoices, the field cbc:CompanyID is mandatory and must be used to provide the Buyer's NZBN with @schemeID equal to 0088.
The New Zealand Business Number (NZBN) is a Global Location Number (GLN). Every NZBN is a unique 13-digit GLN issued by the Ministry of Business, Innovation and Employment (MBIE).
Example
<Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyLegalEntity>
<cbc:RegistrationName>Buyer Official Name Ltd</cbc:RegistrationName>
<cbc:CompanyID schemeID="0088">9506000140445</cbc:CompanyID>
</cac:PartyLegalEntity>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingCustomerParty>
<!-- Code omitted for clarity -->
</Invoice>Updated 4 days ago
Did this page help you?
