For example, if I'm a yoga instructor who runs a yoga studio, how can I verify that information?
I'm having a hard time using google, maybe my search terms are wrong "how can I verify a business is legitimate" :(
1–10 of 11 posts
For example, if I'm a yoga instructor who runs a yoga studio, how can I verify that information?
I'm having a hard time using google, maybe my search terms are wrong "how can I verify a business is legitimate" :(
In the UK you could ask for a company number and look it up at companies house (the registrar) but lookups for self employed people are very limited. Most countries have a registrar though.
You might want to edit your title to "Ask HN:" In the UK you could ask for a company number and look it up at companies house (the registrar) but lookups for self employed people are very limited. Most countries have a registrar though.
however I'm not getting much results on "EIN lookup api" or "business verification api" https://www.judydiamond.com/products/einfinder/ein-api-autom... is only promising one
I'm just a solo dev trying to figure this out sorry if I ask stupid q :D
You might want to edit your title to "Ask HN:" In the UK you could ask for a company number and look it up at companies house (the registrar) but lookups for self employed people are very limited. Most countries have a registrar though.
in the US we have EIN. however I'm not getting much results on "EIN lookup api" or "business verification api" https://www.judydiamond.com/products/einfinder/ein-api-autom... is only promising one I'm just a solo dev trying to figure this out sorry if I ask stupid q :D
Why are you checking, by the way?
but maybe you don't need that. just throwing an idea, you could verify ownership of a domain via DNS TXT records, for example. lookup domain verification.
Yoga Studio X website says: contact us at contact@yogastudiox.com, then as part of the registration process in your app, you ask for an email with exactly the same email domain.
You would need to manually verify though. But I think it's worth it. Steps:
- deny any generic email domain address in your registration form (e.g., gmail.com, yahoo.com, etc.)
- whenever a new "company" registers in your app, you'll get a "needs approval" notification. You quickly check if the email they submitted corresponds to the "official" email of the website of the business they claim to own. You could even automate this. The user will receive as well an email to confirm their email address
Earlier quoted context omitted.
in the US we have EIN. however I'm not getting much results on "EIN lookup api" or "business verification api" https://www.judydiamond.com/products/einfinder/ein-api-autom... is only promising one I'm just a solo dev trying to figure this out sorry if I ask stupid q :D
Not stupid at all, good luck! Why are you checking, by the way?
I'd like to verify these small business owners who sign up, so for example if Sally's Holistic Yoga wants to sign up, then Sally would make an account for her business.
However, I could manually verify this information somehow by calling them or whatever else, or there may be some API or service I could use to do this for me.
that being said, I've never done this kind of thing before.