#mateusz-identity-verification
1 messages ยท Page 1 of 1 (latest)
hey there can you clarify the context of this question? Are you building a connect platform here?
yes, we have a connect platform. Recently we've started to migrate our clients from their own stripe accounts to connect accounts managed by us. This is one thing I'm not sure about as we have a process of onboarding that includes uploading and passing to you ID document scans, but it seems unnecessary sometimes
Also, @wispy obsidian pls note that we currently have a stripe custom integration
@hazy hound this comes down to whether the information provided can be verified programmatically as entered.
Sometimes there are entry errors or misalignments with underlying databases, for example
and the original ID image is needed
You can test these flows with the the test information to see how the experience works
like, you pull information from some official country database by some identification number and if it gives complete data for verification no ID document is needed? Can we predict if for given set of data Stripe will require verification or not?
This is for our identity offering, but this is very similar to how it works for connect account verification
No, you won't be able to know this ahead of time. It's important to handle the account.update webhooks and supply required information from the requirements hash
https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
https://stripe.com/docs/connect/identity-verification-api#handling-document-verification-problems
thanks for clarification ๐
you're welcome ๐