#__rob1986__
1 messages · Page 1 of 1 (latest)
When you say "expires" do you mean gets canceled?
as in when they have decided to cancel the subscription but it is set to end at the end of the billing cycle and not immediately
Ah, okay. This is the Event you're looking for then: 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.
perfect, thanks!