NO982463718
TELENOR ASA
NorwayVerified against Brønnøysund
Valid at query time
Validation result
- VAT number
- NO982463718
- Company
- TELENOR ASA
- Address
- Snarøyveien 30, 1360 FORNEBU, Norge
- Country
- Norway
- Registry
- Brønnøysund
- VAT format
- NO + 9 digits
- Local name
- Org.nr / MVA — Merverdiavgift
Reproduce this check
curl -X POST "https://api.vatverify.dev/v1/validate" \ -H "Authorization: Bearer $VATVERIFY_KEY" \ -H "Content-Type: application/json" \ -d '{"vat_number":"NO982463718"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "NO982463718",
"country": {
"code": "NO",
"name": "Norway",
"vat": {
"name": "Merverdiavgift",
"abbreviation": "MVA",
"currency": "NOK",
"standard_rate": 25,
"reduced_rates": [
12,
15
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "NO + 9 digits",
"number_pattern": "^NO\\d{9}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "TELENOR ASA",
"address": "Snarøyveien 30, 1360 FORNEBU, Norge"
},
"verify_id": null,
"verified_at": "2026-04-25T07:36:36.622Z"
},
"meta": {
"request_id": "019dd537-414b-77db-82b0-e4cbea8d7cfb",
"latency_ms": 528,
"cached": true,
"source": "brreg",
"source_status": "cached",
"cached_at": "2026-04-25T07:36:36.622Z",
"stale_seconds": 296065
}
}More from Norway
All Norway VAT detailsFrequently asked
- Is NO982463718 valid?
- Yes: NO982463718 returned valid:true from Brønnøysund at the time of this check and resolved to TELENOR ASA.
- What does Org.nr / MVA stand for?
- Org.nr / MVA is short for Organisasjonsnummer (Merverdiavgift). It is the local name for Norway's VAT identification number.
- How is this checked?
- vatverify queries Brønnøysund directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
- Can I integrate this in my own code?
- Yes. POST /v1/validate with {"vat_number":"NO982463718"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd537-414….
Automate Norway VAT checks in your stack
Replace manual lookups with one API call against Brønnøysund. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.