#Constantino
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
I don't know. I can assume it's because creating an account is always a synchronous process, so it doesn't need a webhook event. Account can be update by Stripe (it enabled your payouts, etc.), so we want to notify you of this.
yeah, makes sense, but we would like to rely on the logic that account created syncronously, but when we receive account.created we do other stuff in other microservices
update stripe account is a synchronous process as well, right?
Then you will need to make the service that creates the account send some kind of notification itself. Not Stripe.
As I mentioned above, no, sometimes your account gets updated by Stripe, etc.
we already did that on our side, just wanted to ask the reason, thanks
Happy to help.