#janek_connect-account-onboarding
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/1217494301966336101
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
i will be waiting for response
Hello, is this to say you are already populating this data when creating these accounts but our hosted onboarding flow is not respecting the values that you set?
That may be expected for Standard connect but I will double check
no, I mean adding a connected standard account by copying the link or in some other automatic way to further pass it on to the client for completion
Can you explain what you are trying to do in a bit more detail? I don't quite follow
I mean the process of creating a connected standard account and how to create it
Is this doc what you are looking for? https://docs.stripe.com/connect/standard-accounts
We operate a marketplace platform on Stripe, offering a reservation system tailored for small hotels and clients. Upon signing up for the reservation system, clients complete prefilled forms with pertinent details. Subsequently, we automatically generate connected standard accounts for them. Following this initial setup, clients express the desire to access logins to view their personalized dashboard and manage their standard accounts. We anticipate that they will receive links facilitating the finalization of their account opening process, including document submission and password creation, all orchestrated seamlessly at the API level.
Hi ๐
I'm stepping in as my colleague needed to go
Your description is not clear when it comes to Stripe APIs specifically. Could you please explain what the problem is you are encountering when attempting to create Standard Accounts via the Stripe API?
i want to create a connected standard account (with a prefiled in our system data of this customer name, adres, email, phone, profile ) for a customer of our platform (reservation system )
than I want that the customer have the ability to create login and password to his new account ( I understand he must be send a link to create password ,) so he can access by himself his stripe dashboard , and have the ability to make returns and manage his stripe connected account.
Have you tested creating Standard Accounts with the pre-filled information in your system and then redireciting them to Stripe hosted onboarding? https://docs.stripe.com/connect/standard-accounts
I think this will go a long way to handling what you want and you should test through the process to make sure it behaves as you expect.