#Ryon-webhooks
1 messages · Page 1 of 1 (latest)
Hi! Yep, duplicate events are possible. We call that out here: https://stripe.com/docs/webhooks/best-practices#duplicate-events
Ah thanks for refering to this. With iDeal it didn't trigger multiple events in test mode so I never noticed :).
Yeah it shouldn't occur often, but you should be able to gracefully handle it
Yeah I will just check if a user is already subscribed and if not trigger the rest of the function