#luca_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/1326954887430541344
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- luca_api, 2 days ago, 8 messages
Hi ๐
Stripe is not designed to transfer funds to Customers. If you wish to transfer funds from your account to others, Stripe Connect is likely your best option.
In that scenario, each individual you wish to transfer funds to would need to create a Connected Account through your platform account and you could use that relationship to create Transfers: https://docs.stripe.com/api/transfers
Yes, that's what I was planning to do, but when I generate a link with the API, and try the onboarding, it asks a lot of questions, like "Provide with a description of your company". Isnt there a process that asks maybe only for number, email and payment methods?
No.
Can I pre-fill those questions with the API so that the customer only has to answer a few questions?
Yes, you do that by providing more details when you first create the Account: https://docs.stripe.com/api/accounts/create
Ok, thank you!
Happy to shed what ๐ก I can ๐
Sorry one last question, for these following questions, what are the names of the attributes that I have to provide to the API in my backend so it doesn't show in the connect process onboarding:
- Business website
Thank you!