Hi,
How can I find the date when the subscription was canceled?
GetSubscription method returns the startDate but it doesn't return the endDate.
Is there any way to get the end date.
We need this information to calculate churn rate in our app.
Thank You.
07-04-2019 11:06 PM - edited 07-04-2019 11:08 PM
There are a number of ways to do that using the info returned from subscription reporting but I will not even get into them as they take more work than is necessary. I do not believe there is a response field in any API call to get that, but you can subscribe to subscription events for Webhooks. That is what you want to do. Set up webhooks.
07-07-2019 05:53 PM