Live data from Hacker News

Ask HN: How to verify a business (users will register their business on my app)

news.ycombinator.com

1–10 of 11 posts

Ask HN: How to verify a business (users will register their business on my app)

#1
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" :(

Re: Ask HN: How to verify a business (users will register their business on my app)

#3
post #2

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

Re: Ask HN: How to verify a business (users will register their business on my app)

#5
In America, you can check the secretary of states office for the state in which the business is located. That will list the articles of incorporation, and you can find the registered agent. However there are other services like Hoover’s that research this stuff, but you have to pay. Most businesses you can track down the people involved, unless they are part of other shell companies then it can get harder.

Re: Ask HN: How to verify a business (users will register their business on my app)

#6
post #2

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

Not stupid at all, good luck!

Why are you checking, by the way?

Re: Ask HN: How to verify a business (users will register their business on my app)

#7
depends what you mean by verify. do you require incorporation certificate? which would require you to check who are current majority stake holders, which would require you to verify their passports...

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.

Re: Ask HN: How to verify a business (users will register their business on my app)

#8
Maybe something like this: Verify the person’s identity via a service such as Stripe Identity[0] or Persona[1]. Then check the business owner via a service such as https://www.secstates.com/ and see if the names match.

[0] https://stripe.com/en-se/identity

[1] https://withpersona.com/

Re: Ask HN: How to verify a business (users will register their business on my app)

#9
Via email?

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

Re: Ask HN: How to verify a business (users will register their business on my app)

#10
post #6

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 am trying an approach to lead generation for SMBs.

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.

Post reply on HN