#Whizyyy
1 messages · Page 1 of 1 (latest)
Depends on your integration. This page in particular goes over events that you may want to listen to: https://stripe.com/docs/billing/subscriptions/webhooks
They each have an explanation next to them. Likely you'll only want to listen to a few of those
Okay, thanks this is helpful. I have another question what is the proper way to manually retrieve every active subscriptions using the official stripe Java library?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can filter by the status parameter I linked
Thanks
No problem