#matan_g-webhook
1 messages ยท Page 1 of 1 (latest)
Hi there! The retry webhook button is displayed when a webhook has failed to reach a webhook.
For the example event you have provided, it is not currently being listened by any webhook.
you can go to https://dashboard.stripe.com/test/webhooks to set up a webhook to listen to the events of interest ๐
Thanks @fair marsh , however, we are listening on "account.updated" webhook on the platform level, and it contains each update on the connect account
So on the one end, when I have a "capability.updated" to the Connect account I get a webhook of account.updated, but on the other end I don't see it on the platform
Thank you for the information, I have found your Platform account where the "account.updated" events are being received
Your platform account's webhook is currently listening to:
charge.dispute.created
account.updated
You would need to update your platform account's webhook to include the capability.updated event https://dashboard.stripe.com/webhooks/we_1KSiuQCU1g4y0fcoWLnaYgBd
Hope this helps ๐