#kyama4760

1 messages · Page 1 of 1 (latest)

lapis zodiacBOT
sullen pumice
#

Hi there, do you mean you want to get notified when a payment is suceeded.

snow stump
#

hi

#

yes but everytime user pay i don't need to make endpoint you know

sullen pumice
#

You just to set up the webhook endpoint once, can you elaborate more?

snow stump
#

yes I make webhook endpoint once so I wanna use it everytime

#

cuz there is limit for endpoint amount you know

sullen pumice
#

What scenario do you intent to reuse the webhook endpoint?

snow stump
#

when user pay that payment user same webhook endpoint

#

cuz as I said the amount of endpoint is limited you know?

sullen pumice
#

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?)

snow stump
#

You just need one endpoint to listen to all payment related events → yes!

snow stump
#

it's ok? i have to just wait?

sullen pumice
#

You can also use stripe CLI to trigger events if you want to test you event handling code during development