#linqisnice_best-practices

1 messages ยท Page 1 of 1 (latest)

lofty pineBOT
#

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

pine monolithBOT
#

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.

thick talon
#

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?

pine monolithBOT
burnt nova
#

Hi ๐Ÿ‘‹ yes, for Express accounts you'll provide them with an Account Link.

thick talon
#

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?

burnt nova
#

You can test the flow and see if the Account Link is self-explanatory enough for your liking.

thick talon
#

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

burnt nova
#

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"?

thick talon
#

I.e. we might not have teh resources to resolve it programmatically right now, and may manually have to review teh accounts and contact the customers

#

but maybe thats not a question for a developer to answer haha, but anyway thanks a lot for the help

#

very useful