#resolveai
1 messages · Page 1 of 1 (latest)
It depends on what you mean by expires, is the subscription getting fully cancelled or something else?
Yes when it gets fully cancelled
And are you talking about just the initial payment and the status changing to active? Or every recurring payment?
Every recurring payment + when it changes to not active
2 events
customer.subscription.deleted for the cancellation https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Recurring payments would be invoice.paid
customer.subscription.updated for status changes