Poland B2B: Payment Means

You are required to use specific values to model the payment means for Polish B2B Documents.

Elements

Use the following sub-element of the PaymentMeans element to model this information:

Name (Path)CardinalityDescription
Payment Means Code (Invoice/PaymentMeans/PaymentMeansCode)0..1Use one of the values listed in this topic.

Restrictions

You must use one of the following values. These must use the VRBL:PL: prefix. The equivalent UNCL4461 values are listed where they exist:

ValueUNCL4461 EquivalentDescription
VRBL:PL:0110Cash
VRBL:PL:0248 and 54Card
VRBL:PL:03Not applicableVoucher
VRBL:PL:0420Check
VRBL:PL:05Not applicableCredit/Loan
VRBL:PL:0630 and 58Transfer
VRBL:PL:07Not applicableMobile

Example

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