#ThunderBuddy-webhook-event-delivery
1 messages · Page 1 of 1 (latest)
I never received it
I'm looking at all of the webhooks sent on the day I cancelled and I never received it
do I need to subscribe to subscriptions.deleted?
@stark badger
The server is a bit busy, don't worry we will not forget about your thread
Do you have the subscription ID (sub_123)?
sub_1KOP2yCSlBkOK22mNUjAd3Bp
Can you tell me... do I need to subscribe to customer.subscriptions.deleted in order to get canceled subscriptions?
I believe so, that is the event for subscription cancellation. Do you currently have webhooks but they are not subscribed to that event?
Yes.... I swear I used customer.subscription.updated before and received canceled subscriptions
that makes sense doesn't it? When a subscription is canceled, the object is updated???
I am not immediately sure but will check
thank you
It looks like deleted is the only event that comes from the cancellation so I would start listening to that. The event for this cancellation was sent to the relevant platform webhooks but it looks like it wasn't sent to yours because of that config https://dashboard.stripe.com/events/evt_1KTVnZCSlBkOK22mDSwhxJ9A
Not that I am aware of, do you see logic in your code somewhere to catch cancellations this way?