#tekess-subscription

1 messages · Page 1 of 1 (latest)

warm oasis
#

Hi! You could that with some code:

  • Listen to the webhook event customer.subscription.updated [edited] to know when the status of the subscription is canceled
  • And in the webhook, void all invoices of the subscription
tacit token
#

oh, cool! why customer.source.updated , though? Shouldn't it be customer.subscription.deleted?

warm oasis
#

Woops, wrong copy-paste. Sorry.

#

I meant to write customer.subscription.updated and check if the status of the subscription is canceled.

#

But customer.subscription.deleted should work too