#felix_api
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/1276111481083269153
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
okay, thank you
so in my application onboarding flow, i have already verified users using the identity verification api, but later in the flow i need to create a stripe connect account for them,
and we know that stripe connect account also involves identity verification which has already been done, so how do i avoid my users doing 2 identity verification
are you creating custom connected accounts?
no, i am creating an express account
why are you using the identity verification before onboarding?
so actually, the stripe connect was not in our flow initially,
we just added it, we only wanted to verify customers initially
yes, just to verify them
and now you want to onboard merchants whose identities have been already verified as customers
yes, to be precise, i want to create a stripe express connect account for them
unfortunately that won't be possible since these are 2 separate flows
okay, so you suggest i just create a stripe connect account from the get go which will then involve identity verification
yes it's easier to create a customer for a known connected account then the other way around
for clarity, so i need to create a stripe connect account first, of which this process verifies their identity.
not that i have to verify their identity first and then create a stripe account.
this just need your confirmation, so i can go ahead
hi @unique glacier are you there
you would use Connect and do the verification as part of that yes, not in a separate Identity session
thank you @mighty meadow
hi, i am aware that there is a UI hook in react native that helps handle identity verification which is useStripeIdentity hook, is there any one for onboarding connect account
for Connect you would use our hosted onboarding or embedded components.
there is not a native React Native integration today, you would build this on a web page
thank you very much @mighty meadow