#thanoskir_36266
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.
- thanoskir_36266, 4 days ago, 25 messages
Hi 👋 no, there isn't an Event type specific to an account completing onboarding. account.updated is the Event type you'll want to listen for, and then you can inspect the state of the Connected Account provided in the Event to see if it has the characteristics you're hoping for (such as charges_enabled, payouts_enabled being set to true).
https://stripe.com/docs/api/events/types#event_types-account.updated
https://stripe.com/docs/api/accounts/object#account_object-charges_enabled
https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled
Thanks!