#alpha-mouse
1 messages ยท Page 1 of 1 (latest)
Employer Identification Number.
Account creation flow asks for it. This thing
we don't provide access to PII info using the API
I'm not sure if these are shared in the dashboard either
in all cases, feel free to write to https://support.stripe.com/?contact=true and ask for more details about PII and how to handle that
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I see. Ok, a slightly different question, we were thinking of asking for EIN ourselves, before forwarding the client to stripe for account creation. Is there a way to pass that collected EIN to stripe, so that the person won't need to enter it the second time?
just fmi why do you need to have this info?
A good question, I'm now wondering the same, so going to go ask management whether we indeed so need it. It had something to do with us seeing people creating fraudulent accounts.
Ok, we need EIN for our reporting anyway, so the question just boils down to whether we can pass it over to stripe to save the user some typing.
you need to carefully think about this since handling PII needs to be legally justified. As far as fraudulent account goes Stripe would cover that for you
I'm not sure that EIN should be present in reporting. this is sensitive data
Yes, that is fully understood.
Though the question of passing it over to stripe on connected account creation still stands.
is this for individual accounts?
I mean is the business_type individual?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Nno, for companies. "company"
in the case of the company wouldn't this info be CIN instead of EIN?
I'm not 100% sure. Stripe sign up flow asks for EIN.
Maybe it's related to this https://stripe.com/docs/api/persons
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
in that case this info doesn't get passed when creating the Account object itself
Maybe. We're using this flow
https://stripe.com/docs/connect/oauth-reference
to onboard new connected accounts.
Is there any other, where EIN can be passed in?
I don't think so
Ok, thanks for the help!