POWSZECHNA KASA OSZCZĘDNOŚCI BANK POLSKI SPÓŁKA AKCYJNA, VAT ID PL5250007738 — Verified

Active and verified against the EU VIES database.

VAT ID

PL5250007738

Poland

NIP

5250007738

Company

POWSZECHNA KASA OSZCZĘDNOŚCI BANK POLSKI SPÓŁKA AKCYJNA

Address

ŚWIĘTOKRZYSKA 36
00-116 WARSZAWA
POLAND

VAT rates in Poland (PLN)

Standard

23%

Reduced

8%

Reduced

5%

Super reduced

8%

VAT rates as of 3 Jun 2026

Checked 3 Jun 2026, 18:49 UTCID: 019e8ed1-95b7-749a-bc9a-391677e8337d

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="PL5250007738"></span>

Loads asynchronously, ~1 KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key — 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/PL5250007738" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "PL5250007738",
  "countryCode": "PL",
  "companyName": "POWSZECHNA KASA OSZCZĘDNOŚCI BANK POLSKI SPÓŁKA AKCYJNA",
  "companyAddress": "ŚWIĘTOKRZYSKA 36\n00-116 WARSZAWA",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": "5250007738",
  "registryCodeName": "NIP",
  "verifiedAt": "2026-06-03T18:49:20.567Z",
  "checkId": "019e8ed1-95b7-749a-bc9a-391677e8337d",
  "countryName": "Poland",
  "countryVat": {
    "vatName": "Podatek od towarów i usług",
    "vatAbbr": "VAT",
    "currency": "PLN",
    "standardRate": 23,
    "reducedRates": [
      8,
      5
    ],
    "superReducedRate": 8,
    "parkingRate": null,
    "vatNumberFormat": "PL + 10 digits",
    "vatNumberPattern": "^PL\\d{10}$",
    "countryVatUpdatedAt": "2026-06-03"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Poland VAT number examples and format.

Automate this in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.