#sg_api

1 messages ยท Page 1 of 1 (latest)

ornate eagleBOT
#

๐Ÿ‘‹ 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/1243577494733586536

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

burnt jasper
#

Hi there ๐Ÿ‘‹ sorry, I don't understand the question, can you try elaborating on what you mean or rephrasing the question?

#

What type of Connected Accounts are you creating?

hard spire
#

Okay, I integrated stripe connect into my web app. Afterwards there are users who will create their connected stripe account by providing various information.
after that I don't know how to get users who have a stripe connected account to access their account via email and password.
stripe connect account for direct payement

burnt jasper
#

It's going to depend on the type of Connected Account you're creating, are you using type when creating the Account object, or the newer controller hash?

hard spire
#

I am using type:'standard' in fact

burnt jasper
#

Gotcha, so you can direct them to the same page you use to log into your stripe dashboard then, since that type of account gets access to the full Stripe dashboard:
https://dashboard.stripe.com

hard spire
#

thank you so much Toby