#Andrii-webhook

1 messages · Page 1 of 1 (latest)

pine sphinx
#

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

candid bison
#

maybe do you know another way ?

pine sphinx
#

there is no other way

#

other than using separate Stripe accounts for each environment

candid bison
#

good idea, i will try