#glorious_monkey_48297
1 messages · Page 1 of 1 (latest)
What's the sub_xxx ID
If you're using cancel_at_period_end then customer.subscription.deleted will only fire at the end of the billing period when the subscription actually cancels
But i want to give service till the month end
And that is what will happen if you're using cancel_at_period_end. When you mark that as true we send a customer.subscription.updated event to reflect that. customer.subscription.deleted is only then sent when the subscription is deleted (at the period end)