Malaysia: Supplier's CertEX Authorization Number

An Authorization Number for Certified Exporter (CertEX) indicates that the supplier is an certified exporter in Malaysia.

Use the AdditionalAccountID element to model the CertEX number:

Element

ElementDescription
/Invoice/AccountingSupplierParty/ AdditionalAccountIDSpecify the CertEX number.
/Invoice/AccountingSupplierParty/ AdditionalAccountID[@schemeAgencyName='VRBL:MY:CertEX']Specify VRBL:MY:CertEX in the schemeAgencyName attribute.

Restriction

  • You must specify VRBL:MY:CertEX in the @schemeAgencyName attribute.

Example

This example shows a supplier who is registered as a CertEX. The number is CPT-CCN-W-211111-KL-000002:

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:AccountingSupplierParty>
		<cbc:AdditionalAccountID schemeAgencyName="VRBL:MY:CertEX">CPT-CCN-W-211111-KL-000002</cbc:AdditionalAccountID>
	</cac:AccountingSupplierParty>
	<!-- Code omitted for clarity -->
</ubl:Invoice>