Validate a Canadian SIN using the Luhn algorithm. If you need to generate a new SIN, try our SIN Generator.
international.disclaimer
Checks if the SIN passes the Luhn algorithm (modulo 10), the same used for credit cards. The sum of processed digits must be divisible by 10.
When it doesn't have exactly 9 digits or the Luhn sum isn't divisible by 10.
Canadian HR and payroll systems need to validate SIN. The validator helps test Luhn algorithm implementations.