#pratamishus
1 messages · Page 1 of 1 (latest)
Hi 👋
What do you mean "override the endpoint URL"?
hello )
Are you trying to route specific webhook requests to specific endpoints?
Okay so, nope you can't do that
Any endpoint listening to payment_intent.succeeded for example will receive all events of that type for your account
We do recommend creating different Stripe accounts where this kind of separation is necessary.
Otherwise you could try adding metadata to the Stripe objects you create and filtering on that in your webhook handling logic.
that might work! Didn't think of that. Thanks a lot )