Common use cases
- Form validation
- Check local format before submitting a company form.
- CRM import
- Detect malformed identifiers in exported lists.
- Billing QA
- Verify test values used in invoice scenarios.
Validate the length, structure and Luhn key of French SIREN or SIRET numbers.
Your tool
Accepts spaces, dots and hyphens. Local validation by length and Luhn key.
Use it well
FAQ
No. Local validation checks structure, not official existence.
It is a checksum used to detect many typing mistakes in numeric identifiers.
This tool is designed for quick checks; use batch scripts for large datasets.
OnSubmit tools run in the browser whenever the task can be processed locally. Avoid pasting production secrets, real banking details or personal data into public tools.