#chris-vr_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/1325854991294140527
๐ 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.
- chris-vr_webhooks, 4 days ago, 32 messages
Hi ๐ I'm taking a look at the request that you shared.
Hm, that's a GET request, so the output isn't logged and I can't gain much insight from the request ID alone.
Are you able to share more context on the payout failure you're referring to? When trying to look at recent activity for that Connected Account, I don't see any recent Events indicating that there was recent activity. So I'm not quite sure what to be looking into.
hey
yeah it was very old
but the concern is with moving forward how can I know about any issues on the account with bank accounts and all that?
I can share the account with the issue
acct_1O2fl6Qb9zIBq42i
I was hoping to be able to see the exact behavior you encountered to provide a clear answer on that, but without that exact context I can still provide some general guidance.
To be made aware of changes happening to your Connected Accounts, including new requirements becoming due, I would recommend listening to account.updated Events from your Connected Accounts. You would use a Connect webhook endpoint to accomplish that:
https://docs.stripe.com/connect/webhooks
Within those Events, I would recommend monitoring charges_enabled, payouts_enabled, requirements, and future_requirements fields. Those will give you insight into whether the account can still process payments and payouts, and if not give you insight into what requirements need to be completed to restore those capabilities. It will also give you insight into what requirements will be required in the future, for instance if a certain threshold is crossed by the account.
okay thanks!
Any time!