#Hero
1 messages ยท Page 1 of 1 (latest)
Hi ๐
You would want to listen to the account.updated event. https://stripe.com/docs/api/events/types#event_types-account.updated
This will return the Account object as well as the previous_attributes which will show you what changed https://stripe.com/docs/api/events/object#event_object-data-previous_attributes
so i can check that the previous
"capabilities": {
"transfers": "inactive"
},
and the new capibilities is active?
or "details_submitted": false
Yes, and you can also review the requirements hash to see if they account has any additional verification requirements either currently_due or eventually_due
okay thanks
Sure thing, happy to help ๐