#Wizardy
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
Yeah, we would like to take verfication identiy with document and selffie check and then to provide this information into connected account
When providing these information into Connected accounts these documents will be verified too
So, that user will need to capture documents just one time
without using Identity verification, how could the customer capture documents multiple time?
Because when you handle verification for Customer Connected Account, you capture the document just one following these steps for example:
https://stripe.com/docs/connect/identity-verification-api#handling-identity-verification
What you mean exactly by "link"? in your integration you can call identity verification to check what customer uploaded if the check is successfull you update the Connected Account with these documents, so Connect verification will accures...
Why you want to combine and do the work twice ?
No, complitly i would like to do one time! Okey i found, after verification session we can get documents and upload them to the connected account https://stripe.com/docs/identity/access-verification-results
If you want to achieve it only one time, so you should just follow the link I shared above:
https://stripe.com/docs/connect/identity-verification-api#handling-identity-verification
thank you