Bosnia and Herzegovina VAT Numbers
Format, rates & examples
Everything you need to know about Porez na dodanu vrijednost (PDV) numbers in Bosnia and Herzegovina โ format rules, current rates, and real company examples you can verify against VIES.
VAT Number Format
Structure
12 digitsExample format
123456789012Regex
^\d{12}$VAT numbers are not case-sensitive โ lowercase input is automatically normalised.
Current VAT Rates
Standard
17%
Rates from EU Commission TEDB ยท Updated 2026-05-14
Bosnia and Herzegovina VAT rates via API
Get Bosnia and Herzegovina VAT rates via API โ free, no key
No API key requiredcurl "https://api.vatnode.dev/v1/rates/BA"
{
"countryCode": "BA",
"countryName": "Bosnia and Herzegovina",
"vatName": "Porez na dodanu vrijednost",
"vatAbbr": "PDV",
"standardRate": 17,
"reducedRates": [],
"superReducedRate": null,
"parkingRate": null,
"vatNumberFormat": "12 digits",
"vatNumberPattern": "^\\d{12}$",
"updatedAt": "2026-05-14"
}Get Bosnia and Herzegovina VAT rates via package โ offline, no HTTP
eu-vat-rates-data# npm install eu-vat-rates-data
import { getRate } from 'eu-vat-rates-data'
const rate = getRate('BA')
console.log(rate.standard) // BA standard VAT rate{
"country": "Bosnia and Herzegovina",
"currency": "BAM",
"eu_member": false,
"vat_name": "Porez na dodanu vrijednost",
"vat_abbr": "PDV",
"standard": 17,
"reduced": [],
"super_reduced": null,
"parking": null,
"format": "12 digits",
"pattern": "^\\d{12}$"
}Frequently Asked Questions
What is the VAT number format in Bosnia and Herzegovina?โพ
VAT numbers in Bosnia and Herzegovina follow the format: 12 digits. Example: 123456789012. VAT numbers are not case-sensitive โ lowercase input is automatically normalised.
What is the VAT number regex pattern in Bosnia and Herzegovina?โพ
Use this regular expression to validate VAT numbers in Bosnia and Herzegovina PDV number format locally:
^\d{12}$Test against the uppercase number. Format validation catches typos locally.
What is the standard PDV rate in Bosnia and Herzegovina?โพ
The standard PDV rate in Bosnia and Herzegovina is 17%. Rates are sourced from the EU Commission TEDB and updated daily.
What does PDV stand for in Bosnia and Herzegovina?โพ
PDV stands for Porez na dodanu vrijednost โ the Bosnia and Herzegovina name for Value Added Tax (VAT). It appears on Bosnia and Herzegovina invoices and tax documents.