#Constant
1 messages · Page 1 of 1 (latest)
Hi there, Stripe API doesn't restrict it. You might want to write your own code to achieve it.
Ah okay I thought so, do you think it's best to grab all the accounts and check the email? I haven't seen a way to get an account with a spesific email.
I'd suggest you to save the email and account ID in your own DB, so that you can easily check the email duplicate without getting all accounts from Stripe
Thank you. Appreciate it.