#mahendra
1 messages · Page 1 of 1 (latest)
what connected account type are you using?
standard
how are you adding the account? Are you creating an Account using : https://stripe.com/docs/api/accounts/create?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
actually sorry, it looks like passing in that field does pre-fill the email
hrm, i think the best way to go about it may be to pre-verify on your side before creating the account
this would mean saving the account and corresponding email / id that the account is under to your DB first so that your can verify if it's been created before
Yes that ok.
But I need accountLink if someone does not complete all details like this
sure, what's stopping you from creating an account link?
if link expire then i need another link
you can create a new link anytime
yes
So if i new account is already there then I can create new account link each time rather than create new account.
If you see my code you'll get idea
if the account already exists, and the user has completed onboarding, then you don't need to create the onboarding link again.
yes but if user didn't complete flow
i'm still not entirely sure what's the problem you're facing? Like what you've mentioned, if the link expired, you can create a new link
as i've mentioned, you can save the account and corresponding email / id that the account is under to your DB first so that you can verify if it's been created before