New Zealand (Peppol): Seller Legal Entity

Configure the Seller Legal Entity for your New Zealand documents.

For New Zealand invoices, the field cbc:CompanyID is mandatory and must be used to provide the Seller'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:AccountingSupplierParty>
		<cac:Party>
		<!-- Code omitted for clarity -->
			<cac:PartyLegalEntity>
				<cbc:RegistrationName>Supplier Official Name Ltd</cbc:RegistrationName>
				<cbc:CompanyID schemeID="0088">9506000140445</cbc:CompanyID>
			</cac:PartyLegalEntity>
		<!-- Code omitted for clarity -->
		</cac:Party>
   	</cac:AccountingSupplierParty>
   	<!-- Code omitted for clarity -->
</Invoice>

Did this page help you?