#linqisnice_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/1221816386993655848
๐ 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.
- linqisnice_best-practices, 2 hours ago, 46 messages
- linqisnice_best-practices, 4 hours ago, 23 messages
- linqisnice_docs, 3 days ago, 43 messages
- linqisnice_docs, 3 days ago, 8 messages
im reading through the docs on stripe on verification of connect accounts, and im not entirely sure what to do when requirements are due. Do I just redirect them to the "account link" like when they onboarded?
Hi ๐ yes, for Express accounts you'll provide them with an Account Link.
Ok, so broadly speaking, the flow should then be:
-> onboard -> check currently due -> email/notify customer with a deadline and a link if any requirements -> whenever account is updated, webhook just repeats this process and that's it?
this means I don't even need to display the errors/requirements or anything, right? As that will be evident once they open the link?
That's correct, we discuss it a bit more here:
https://docs.stripe.com/connect/express-accounts#handle-users-not-completed-onboarding
Whether you display meaningful information in your flows to advise your users on what they'll need to provide is largely up to you.
You can test the flow and see if the Account Link is self-explanatory enough for your liking.
I think that's fine, sounds great. what about when accounts DO get disabled? Is it often amendable? and if so, would it be easier for us (the platform) to resolve that manually provided we have <100 connected partners?
i.e. on behalf of the connected partner
I think it depends largely on why they get disabled, which I'm a bit less familiar with. If they get disabled because new requirements are added that they don't satisfy before the deadline, then yes, I believe Account Links are still the right path there. Since Express Accounts provide their information direclty to Stripe, rather than relaying that through you, Account Links are usually the right approach.
Can you elaborate on what you mean by "us resolve that manually"?