#antonio-giano_best-practices
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/1313880500384829551
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ do you typically use our hosted onboarding flow for onboarding Connected Accounts? If so I'd recommend using that flow for additional requirements becoming due as well:
https://docs.stripe.com/connect/express-accounts
I'm less familiar with the features in the Express Dashboard, and am not sure if it will prompt your users to provide the required information the way an Account Link will.
We have magic strings and values available for various fields on a Connected Account that allow the simulation of onboarding verification failures and other similar scenarios. Those values are discussed in this guide:
https://docs.stripe.com/connect/testing
Hello, yes. I'am using the onboarding Connected Accounts. However, the issue emerges when additional information is required after a period of time. So, i'm trying to understand on how to provide these required information.
If the Account links doesn't provide a way to provide these information, how can i provide these in a easier way?
For example, right now, in test mode, i've got an account in which the upload of a document is required. So, without calling an API because difficult, is there a way to provide it?
The Account Link does provide a way for the user to provide additional information, that's their purpose.
Do you mean that?: https://docs.stripe.com/api/account_links
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
with type: type: 'account_onboarding' or account_updated?