Malaysia: Payment Means

If you want, you can specify the means of payment, such as a credit card.

Use the PaymentMeansCode to specify the code that represents the means of payment.

Elements

ElementDescription
Invoice/PaymentMeans/PaymentMeansCodeSpecify the Payment Means code.

Restrictions

  • You must use the codes specified by the Malaysian Tax Authority on the Payment Modes page. You can use these codes directly or you can the VRBL:MY prefix alongside the code. For example VRBL:MY:01. These codes are not UNCL4461 compliant.
  • This is summarized in the following table:
VRBLUNCL 4461Description
VRBL:MY:0110Cash
VRBL:MY:0220Check
VRBL:MY:0330Bank Transfer
VRBL:MY:0454Credit Card
VRBL:MY:0555Debit Card
VRBL:MY:06Not applicablee-Wallet / Digital Wallet
VRBL:MY:07Not applicableDigital Bank
VRBL:MY:08ZZZOthers

Example

This examples specifies cash as the Payment Means:

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:PaymentMeans>
		<cbc:PaymentMeansCode>VRBL:MY:01</cbc:PaymentMeansCode>
		<!-- Code omitted for clarity -->
	</cac:PaymentMeans>
	<!-- Code omitted for clarity -->
</ubl:Invoice>