#luca_connect-account-onboarding

1 messages ยท Page 1 of 1 (latest)

icy narwhalBOT
#

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

kindred prism
#

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

halcyon sorrel
#

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?

kindred prism
#

No.

halcyon sorrel
#

Can I pre-fill those questions with the API so that the customer only has to answer a few questions?

kindred prism
halcyon sorrel
#

Ok, thank you!

kindred prism
#

Happy to shed what ๐Ÿ’ก I can ๐Ÿ™‚

halcyon sorrel
#

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
kindred prism
#

I recommend you review the available parameters in the Account Create API

halcyon sorrel
#

Thank you!