#Fabiano_Sportrick - webhook
1 messages · Page 1 of 1 (latest)
Hi there!
If you have mutliple webhook endpoint listening to the same event, then it's expected that Stripe will send that event to multiple webhook endpoints.
So you should either stop listening to the same event on multiple webhook endpoints, or write some code on your end to ignore events that were already processed (but still return a 200 response so that Stripe won't re-send these events).