Saudi Arabia: Payment Means Code

You must specify the means of payment.

Use the PaymentMeansCode sub-element of the PaymentMeans element to specify the code that represents the means of payment.

If you are modelling a credit note, you can specify a free text description in the PayymentNote element.

Elements

ElementDescription
Invoice/PaymentMeans/PaymentMeansCodeUse one of the allowed values from the PEPPOL BIS3 specification .

If you are modelling a credit note, you can also add a free text description in the following element:

ElementDescription
Invoice/PaymentMeans/PaymentNoteSpecify a textual description.

Restrictions

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:PaymentMeans>
        <cbc:PaymentMeansCode>30</cbc:PaymentMeansCode>
        <cac:PayeeFinancialAccount>
            <cbc:ID>XY1234567812345678</cbc:ID>
            <cbc:Name>BankAccountOwner</cbc:Name>
            <cbc:PaymentNote>Payment by credit</cbc:PaymentNote>
            <cac:FinancialInstitutionBranch>
                <cbc:ID>XYBADKKKXXX</cbc:ID>
            </cac:FinancialInstitutionBranch>
        </cac:PayeeFinancialAccount>
    </cac:PaymentMeans>
    <!-- Code omitted for clarity -->
</ubl:Invoice>