Croatia (Pymnt): Line-Level Buyer Party

You must include the Buyer's OIB.

Elements

Name (Path)CardinalityDescription
Buyer Tax Registration (Statement/StatementLine/AccountingCustomerParty/Party/PartyTaxScheme)1..1A group to provide Buyer tax registration data.
Buyer Tax ID (Statement/StatementLine/AccountingCustomerParty/Party/PartyTaxScheme/CompanyID)1..1The Tax Identification Number of the Buyer. The Croatian OIB number.
Buyer Tax Scheme (Statement/StatementLine/AccountingCustomerParty/Party/PartyTaxScheme/ID)1..1For Payments in Croatia, always provide VAT.

Restrictions

You are required to include the OIB in the Buyer Tax ID element.

Example

<ubl:Statement>
    <!-- code omitted for clarity -->
    <cac:StatementLine>
        <!-- code omitted for clarity -->
        <cac:AccountingCustomerParty>
            <cac:Party>
                <cac:PartyTaxScheme>
                    <cbc:CompanyID>12345678901</cbc:CompanyID>
                    <cac:TaxScheme>
                        <cbc:ID>VAT</cbc:ID>
                    </cac:TaxScheme>
                </cac:PartyTaxScheme>
            </cac:Party>
        </cac:AccountingCustomerParty>
        <!-- code omitted for clarity -->
    </cac:StatementLine>
</ubl:Statement>