paddle-node-sdk
paddle-node-sdk copied to clipboard
[Feature]: Subscription Plan Changed Webhook
Tell us about your feature request
It would be nice to have a special "subscription.plan_changed" webhook. I feel like there is no way to differentiate from "subscription.updated" caused by, for example, pausing the subscription and the "subscription.updated" caused by changing the subscription plan.
What problem are you looking to solve?
Nearly every subscription change triggers the "subscription.updated" event which can come before or after the main event. For example, I'm trying to implement "subscription plan change" feature, but the only available event that triggers is "subscription.updated". There is no way to differentiate between "subscription.updated" event triggered by pausing the subscription and "subscription.updated" event triggered by changing the subscription plan.
This isn't an issue for anything besides changing the subscription plan, which only triggers "subscription.updated".
Additional context
No response
How important is this suggestion to you?
Important