#Javier
1 messages ยท Page 1 of 1 (latest)
yes
So for these events, the properties I find most useful are the previous_attributes. In this case you can see the cancel_at and cancel_at_period_end as well as some others are what changed
So this indicates the customer has canceled this subscription
You can also look up the API request that triggered this event in the request property.
For this specific event it's this one: https://dashboard.stripe.com/logs/req_g1aMNfdJ6eA7hd
cool thanks
Happy to help ๐
one more question...
how can I know if the event is for a plan upgrade?
Same approach. You will see the that the plan attributes have been changed in the previous_attributes property
I really appreciate your help