-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add isEIN validator #1320
Comments
@profnandaa @ezkemboi I can do a pr |
Do we have similar ones for other locales other than US? |
according to wiki, it is only appliccable fo US, but widely used in US |
Any way we can make this more generic to allow later additions of other locales? That's in the naming of the validator... |
yeah sure, i will write in a way so it can be extended in future @profnandaa |
Which name do we go with here? |
I think Employee identification number , EIN is the best |
Can we go with Taxpayer ID (TID), could make sense to anyone off the bat, and I can see equivalents for other locations. So |
sure that should do |
Cool, you can go ahead with the PR. |
The Employer Identification Number (EIN), also known as the Federal Employer Identification Number (FEIN) or the Federal Tax Identification Number, is a unique nine-digit number assigned by the Internal Revenue Service (IRS) to business entities operating in the United States for the purposes of identification. When the number is used for identification rather than employment tax reporting, it is usually referred to as a Taxpayer Identification Number (TIN), and when used for the purposes of reporting employment taxes, it is usually referred to as an EIN.[1] These numbers are used for tax administration and must be not used for any other purpose. For example, the EIN should not be used in tax lien auction or sales, lotteries, etc.
https://en.wikipedia.org/wiki/Employer_Identification_Number
The text was updated successfully, but these errors were encountered: