Klarna Bank AB, VAT ID SE556737043101 — Verified

Active and verified against the EU VIES database.

VAT ID

SE556737043101

Sweden

Organisationsnummer

556737-0431

Company

Klarna Bank AB

Company type

Bankaktiebolag

Founded

5 September 2007

Industry

Annan monetär finansförmedling

Address

SVEAVÄGEN 46
111 34 STOCKHOLM
SWEDEN

VAT rates in Sweden (SEK)

Standard

25%

Reduced

12%

Reduced

6%

VAT rates as of 26 Jun 2026

Checked 26 Jun 2026, 19:47 UTCID: 019f0578-b0de-7e42-8430-c8803a9b086b

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="SE556737043101"></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/SE556737043101" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "SE556737043101",
  "countryCode": "SE",
  "companyName": "Klarna Bank AB",
  "companyAddress": "SVEAVÄGEN 46 \n111 34 STOCKHOLM",
  "companyRegistrationDate": "2007-09-05",
  "companyForm": "Bankaktiebolag",
  "industryDescription": "Annan monetär finansförmedling",
  "registryCode": "556737-0431",
  "registryCodeName": "Organisationsnummer",
  "verifiedAt": "2026-06-26T19:47:03.518Z",
  "checkId": "019f0578-b0de-7e42-8430-c8803a9b086b",
  "countryName": "Sweden",
  "countryVat": {
    "vatName": "Mervärdesskatt",
    "vatAbbr": "moms",
    "currency": "SEK",
    "standardRate": 25,
    "reducedRates": [
      12,
      6
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "SE + 10 digits + 01",
    "vatNumberPattern": "^SE\\d{10}01$",
    "countryVatUpdatedAt": "2026-06-26"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Sweden 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.