I have already integrated Stripe payments into one of my websites, and all is working great (and I'm using a unique webhook for this website).
I have just created an entirely different service through another website of mine, and am in the process of integrating Stripe on that website too.
However I have one problem, as far as I can see, I have to use the same webhook for both of my services. This won't work tho!! I really need separate webhooks for each service... is this possible?
PS: I read on Stripe's docs that every event will be sent to every webhook in the list (https://dashboard.stripe.com/account/webhooks).
Please somebody shed some light!