Germany: Payment Card

If you specify one of the Payment Card codes (48, 54 or 55) as the Payment Means, you must specify the card information.

If you specify one of the Payment Card codes (48, 54 or 55) in the PaymentMeansCode element, these elements are mandatory.

Elements

ElementDescription
Invoice/PaymentMeans/CardAccount/PrimaryAccountNumberIDSpecify the ID for the primary account number of the payment card.
Invoice/PaymentMeans/CardAccount/NetworkIDSpecify NA. This element is required for the syntax.
Invoice/PaymentMeans/CardAccount/HolderNameSpecify the card holder's name.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:PaymentMeans>
        <cbc:PaymentMeansCode>48</cbc:PaymentMeansCode>
        <cac:CardAccount>
            <cbc:PrimaryAccountNumberID>41234</cbc:PrimaryAccountNumberID>
            <cbc:NetworkID>NA</cbc:NetworkID>
            <cbc:HolderName>[Payment card holder name]</cbc:HolderName>
        </cac:CardAccount>
    </cac:PaymentMeans>
    <!-- Code omitted for clarity -->
</ubl:Invoice>