#allan_chan
1 messages · Page 1 of 1 (latest)
After the subscription is canceled, customer.subscription.deleted event will be sent
Why can't it be monitored on the day when the user cancels the subscription? What is the purpose of notifying this event on the next deduction?
This is the unsubscribe event I just received today?
What detail didn’t you notice?
Can you share this subscription ID (sub_xxx)?
The subscription ended at 2023-09-18 20:21:07 UTC and customer.subscription.deleted was sent when the subscription was canceled.
If you're looking for the event that someone initialises the cancelation request, then customer.subscription.updated event can be listened. For example: https://dashboard.stripe.com/events/evt_1NhNvNAGBn007jGAgYVMY1SP
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Okay, I understand now, thanks