#_kevinx
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
Hello
You want account.updated
And an easy way to check is based on whether charges_enabled and payouts_enabled is true or not
Thanks, the goal here is to confirm that connect standard account is approved and ready to take in payment, so which one should I exactly monitor
sometimes it takes days for Stripe to approve a connect standard account right?
Depends on what info they provide
So yeah you want to do the above -- listen for account.updated and wait for charges_enabled: true
ok, one more question, what makes charges_enabled true? and what makes payouts_enabled true?
Hi, stepping in. If these accounts are missing required information, these can be disabled: https://stripe.com/docs/connect/required-verification-information and when they provided this information, it can be enabled.
Thanks. This is helpful.
Another quick question, I had trouble upgrade stripe NPM packages, it is stuck at an older version, no matter how many times I run npm upgrade, can an older version stripe CLI be the reason? I'm still trying to figure out why I can't upgrade to the latest stripe version