Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What identification document does the field legal_entity.personal_id_number designate?

I am trying to create a managed account for my user on Stripe Connect. I have been receiving different requests for different documents in the verification.fields_needed one at a time. I supply the one it says they need and then I get a new value in this field. So, my question(s) are:

1) Is there an exhaustive list of documents that are required for verification if the legal entity's country is US, so I can supply them to the API once and for all and not have to look at the additional documents requested in the Stripe response and send back another request? This makes it difficult to automate the process.

I referred to this document: https://stripe.com/docs/connect/required-verification-information

And supplied everything it asked for, but as you can see, legal_entity.personal_id_number isn't on that list and there is also no explanation for the meaning of this field.

2) What identification document does legal_entity.personal_id_number represent? The newest response I have received says it needs this to complete verification.

like image 900
Water Cooler v2 Avatar asked Feb 19 '16 04:02

Water Cooler v2


People also ask

What documents are required for Stripe account?

Proof of Identity document requirements:Both front and back of a driver's license or identity card. The entire personal information page of a passport.

Can you use Stripe without verification?

If you're onboarding Express or Standard accounts, you don't need to collect information because Stripe does it for you. But you can review what information is being collected from your users on this page. Verification requirements differ based on: The country connected accounts are created in.


1 Answers

Personal_id_number in the US is the full social security number, its only needed if the account is unable to be verified using the last 4 digits or if the account hits $20k in volume which would require Stripe to fill out a 1099K

https://support.stripe.com/questions/What-is-the-process-for-verifying-managed

like image 156
Matthew Arkin Avatar answered Sep 28 '22 07:09

Matthew Arkin