#kyama4760
1 messages · Page 1 of 1 (latest)
Hi there, do you mean you want to get notified when a payment is suceeded.
You just to set up the webhook endpoint once, can you elaborate more?
yes I make webhook endpoint once so I wanna use it everytime
cuz there is limit for endpoint amount you know
What scenario do you intent to reuse the webhook endpoint?
when user pay that payment user same webhook endpoint
cuz as I said the amount of endpoint is limited you know?
I still don't quite understand your problem.
You just need one endpoint to listen to all payment related events (i.e., payment_intent.succeeded), do you mean you want to set up multiple endpoints, and each listens to just one type of events? (i.e., one for payment_intent.succeeded and one for payment_intent.failed, etc?)
You just need one endpoint to listen to all payment related events → yes!
it's ok? i have to just wait?
You can also use stripe CLI to trigger events if you want to test you event handling code during development