#theodore_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/1336147362740961321
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! is the connected account an individual or a business?
all of the account parameters can be found here : https://docs.stripe.com/api/accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hey Alex. The account is a company. During the onboarding flow the first few fields ask for the account personal information. I can populate the business details. However I think that there simply isn't a way to populate the personal details.
is this a Standard connected account account? Which country is your platform in, and which country is the connected account in?
I'm setting up the account as an express account. The platform and the customer is in Canada.
hmmmm, the hosted account onboarding page starts off with the business details. I'm not seeing it ask for personal information
are you referring to this page instead?
Yes. This one. âď¸
Where it says to verify the personal details. I thought I could pre-populate it to save time.
hmmm, so based off what I tested, you'll need to create a Person : https://docs.stripe.com/connect/handling-api-verification#person-information
I can populate the email but that's about it.
you'll want to test it out to see if it works as expected though