FR40303265045
SA SODIMAS
FranceVerified against VIES
Valid at query time
Validation result
- VAT number
- FR40303265045
- Company
- SA SODIMAS
- Address
- 11 RUE AMPERE 26600 PONT DE L ISERE
- Country
- France
- Registry
- VIES
- VAT format
- FR + 11 digits
- Local name
- TVA — Taxe sur la Valeur Ajoutée
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":"FR40303265045"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "FR40303265045",
"country": {
"code": "FR",
"name": "France",
"vat": {
"name": "Taxe sur la Valeur Ajoutée",
"abbreviation": "TVA",
"currency": "EUR",
"standard_rate": 20,
"reduced_rates": [
5.5,
10
],
"super_reduced_rate": 2.1,
"parking_rate": null,
"number_format": "FR + 2 chars + 9 digits",
"number_pattern": "^FR[A-Z0-9]{2}\\d{9}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "SA SODIMAS",
"address": "11 RUE AMPERE\n26600 PONT DE L ISERE"
},
"verify_id": null,
"verified_at": "2026-04-15T20:53:54.123Z"
},
"meta": {
"request_id": "019dd537-4d7e-73f1-82a6-60945c8b918c",
"latency_ms": 521,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-15T20:53:54.123Z",
"stale_seconds": 1112230
}
}More from France
All France VAT detailsFrequently asked
- Is FR40303265045 valid?
- Yes: FR40303265045 returned valid:true from VIES at the time of this check and resolved to SA SODIMAS.
- What does TVA stand for?
- TVA is short for Numéro de TVA intracommunautaire (Taxe sur la Valeur Ajoutée). It is the local name for France's VAT identification number.
- How is this checked?
- vatverify queries VIES 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":"FR40303265045"} 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-4d7….
Automate France VAT checks in your stack
Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.