Ask HN: How to verify a business (users will register their business on my app)
I'm just curious how to verify a business that someone lists as their own.
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" :(
10 comments
[ 4.6 ms ] story [ 33.4 ms ] threadIn 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
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.
Do self-employed people not have to register their business? I thought everyone who has a business has to register with companies house and file tax return.
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.
[0] https://stripe.com/en-se/identity
[1] https://withpersona.com/
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