Hi,
We are trying to identify when a user cancels their subscription. We have implemented the Status Update Notifications webhook and have started receiving the json events.
We do see messages with notification_type CANCEL, but according to the documentation these events are related to cancellations performed by apple support staff for the user. I am referring to this documentation:
I cannot seem to find an event that represents a user subscription cancellation. We have received DID_CHANGE_RENEWAL_PREF events, but none of them have a cancellation_date, or an auto_renew_status set to false.
The only other notification_type's are INITIAL_BUY, RENEWAL and INTERACTIVE_RENEWAL. None of these seem relevant to user cancellations.
Is there a way to determine when a user cancels their subscription or changes their auto_renew_status to false? and if so how can we detect that?
Thanks