#jskitz

1 messages · Page 1 of 1 (latest)

winter glenBOT
red loom
#

Hello! Yep, you should get a customer.subscription.deleted when the Subscription ends.

honest meteor
#

Do you have an example subscription id we can look at?

charred mango
#

ahh, I don't think I listen for that webhook

#

I listen for customer.subscription.updated

#

will I not also receive a customer.subscription.updated?

honest meteor
#

Not when it cancels, no

#

just the deleted event

charred mango
#

here is a Sub ID "sub_1Lq8AxGlyfQqa0B5aeLhJf64"

#

so when they mark that they are going to cancel, I receive an updated and I mark that they are going to cancel_at_period_end, but then to know when it cancels, I will receive customer.subscription.deleted

#

okay, I see that from the events... I was not expecting that