#mochihealth

1 messages · Page 1 of 1 (latest)

brittle quiverBOT
sweet quail
#

You'll want to use both

toxic hare
#

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

sweet quail
#

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

toxic hare
#

so how would the status of incomplete, incomplete_expired, trialing, active, past_due, canceled, or unpaid get triggered

#

like if the status changes from incomplete to incomplete_expired or from active to cancelled would the update event get triggered

#

?