#john-webhook
1 messages · Page 1 of 1 (latest)
Hi there! If the subscription is canceled, the respective event is customer.subscription.deleted https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
Oh got it
How about it if renewed ?
We can use plan.updated instead of customer.subscription.updated right ?
You would then look into the subscription plan object in the customer.subscription.updated
The plan.updated event is only when you change the Plan object itself
Okie make sense thanks for the info