#tekess-subscription
1 messages · Page 1 of 1 (latest)
Hi! You could that with some code:
- Listen to the webhook event
customer.subscription.updated[edited] to know when thestatusof the subscription is canceled - And in the webhook, void all invoices of the subscription
oh, cool! why customer.source.updated , though? Shouldn't it be customer.subscription.deleted?