#Andrii-webhook
1 messages · Page 1 of 1 (latest)
hi! not really no.
if you have mutliple webhooks on the same Stripe account listening to the same event types, we send all events of that type to all of the endpoints.
you'd have to ignore/filter them on the actual code side on your end if you're not interested in the event
maybe do you know another way ?
there is no other way
other than using separate Stripe accounts for each environment
good idea, i will try