#mtliendo-webhooks
1 messages ยท Page 1 of 1 (latest)
omg Tarzan thank you ๐ด
which webhooks are things I should definitely implement vs things that don't provide much value for a given scenario
it really depends on which Products are you using
Is there a table or doc I can read on when to use a certain webhook?
https://stripe.com/docs/api/events/types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi ๐ jumping in as my teammate needs to step away.
The webhook events that you'll want to listen for are going to be dependent on the business processes that you're hoping to establish. I would recommend making a test payment with your integration in testmode, and then review the events that it generated to see which ones would be beneficial for your needs.