#joph_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1372142805429915669
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
What guide are you following exactly ? To better understand your use case
How are you making the link between Stripe Identity and Stripe Connect ?
that's the point i want to clarify.
Till i use sdk on my mobile app, identity verification is made through a verificationSession.
Is there a way to update my Connected account with the verification done, because it's still in limited status
i've read that Stripe identity and Stripe connect are 2 distinct app and they can't share verified document (i have to do it manually).
I just want to be sure before rollbacking ๐
Yeah exactly these are two different and separate feature
If you want to collect the document by your self, you need to submit them via API (if you are using Custom Accounts)
https://docs.stripe.com/connect/handling-api-verification
And not need to use Identity
You can use Stripe Identity to verify the user document for other use case in your business but not for Stripe Connect as the Connected Acocunt will go through another verification steps
ok thanks.
and with https://github.com/stripe/stripe-react-native is there a way to handle a Stripe Connect verification ?`