#Xythantiops
1 messages · Page 1 of 1 (latest)
You can listen for invoice.upcoming (see here: https://stripe.com/docs/api/events/types#event_types-invoice.upcoming) or invoice.created (see here: https://stripe.com/docs/api/events/types#event_types-invoice.created) since those will fire when the Subscription creates or is about to create an Invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you, that is very helpful. I am looking at those events now.