#wilma - checkout success event
1 messages · Page 1 of 1 (latest)
hey there, you'd want to have an endpoint listening to checkout.session.completed events as described here:
https://stripe.com/docs/payments/checkout/fulfill-orders#create-event-handler
I hope you mean in good way 😬
for sho
Do you recommend having /webhook as an endpoint and then filter based on the content?
Or set up different endpoints for different events?
You can use any path that you like, and typically you'll filter primarily on the event type. We suggest only setting up your endpoint to receive events you need to conduct your business (Rather than oversubscribing to many events you don't need and don't use).
Yeah
One endpoint, typically, then switch the logic based on type yea
NP!