#Bruki
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Not exactly that, but there's a few events that are important to listen to in your Connect accounts, one of them is account.updated which also fires when they fill out the onboarding: https://stripe.com/docs/connect/webhooks
I assume then I can check whether charges_enabled and payouts_enabled flags are set to True in that case, and act accordingly? They should be present in the event payload, right?
Correct!
Amazing, solved! Thanks for the quick response!
You can check the data.previous_attributes to see if those fields were updated in this exact event: https://stripe.com/docs/api/events/object#event_object-data-previous_attributes
Happy to help. Let me know if you have any other questions.
That's even better, appreciate it
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!