#pratamishus

1 messages · Page 1 of 1 (latest)

ember shoalBOT
grave patio
#

Hi 👋

What do you mean "override the endpoint URL"?

cyan blaze
#

hello )

grave patio
#

Are you trying to route specific webhook requests to specific endpoints?

cyan blaze
#

yes

#

I think that's the right way to put it )

grave patio
#

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.

cyan blaze
#

that might work! Didn't think of that. Thanks a lot )