#mochihealth
1 messages · Page 1 of 1 (latest)
You'll want to use both
what is the difference between them?
like when would you have a scenario where just the deleted event fires and not the updated one
if the cutomers payment fails to renew and I have payment attempts at 0 before cancellation will that trigger the updated or deleted event
customer.subscription.updated will fire when an existing Subscription is updated, but customer.subscription.deleted only happens when one is canceled. No updated event fires when a Subscription is cancelled