#sg_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/1243577494733586536
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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?
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
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?
I am using type:'standard' in fact
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thank you so much Toby