#get_tobias_nielsen
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tobias-meterd-subs, 1 day ago, 32 messages
You mean you want to get notified whenever there's an update to a subscription ?
Yes, then customer.subscription.updated is the event that you need to listen to
but if it is deleted, then update doesn't fire, if I am seeing the log correctly
customer.subscription.deleted you can listen to this event then
In a sense, we have events, and we have webhooks. It would be nice if the events had the webhooks under them, instead of the webhooks, somewhat describing what they do.