Serbia: Supplier's Tax Scheme
You can specify the Supplier's Tax Scheme.
Use the Party subelement of the AccountingSupplierParty element to model this information.
This ID is used to identify Suppliers for tax purposes.
General information about Tax Schemes is provided in the Tax Categories and Schemes topic.
Elements
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PartyTaxScheme/CompanyID | This is required for Serbian Suppliers. |
Invoice/AccountingSupplierParty/Party/PartyTaxScheme/ID | Specify VAT or RS-VAT-STATUS . |
Restrictions
- You must include the
CompanyID
for Serbian Suppliers. - If the
TaxScheme/ID
isVAT
, it must use one of the following values:- Tax Identification Number (TIN) or Poreski Identifikacioni Broj (PIB): Both of these are 9-digit numerical values that can represent legal entities, entrepreneurs, permanent business units of non-resident legal entities, and non-resident natural persons.
- Serbian Unique Master Citizen Number (JMGB): This is a 13-digit numerical value that can represent individuals.
- If the
TaxScheme/ID
isRS-VAT-STATUS
, it must contain the Supplier's tax registration ID.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
</cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyTaxScheme>
<cbc:CompanyID>RS123456789</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 7 days ago