
Need a way to know a subscription was cancelled or paid with webhooks or api call.
Order that are associated to Subscriptoins should be marked in the JSON response.
There is no way to know a subscription renewed without knowing an order is a subscription or receiving an email.
My current work around is setting up webhooks in my email provider to tell me when a subscription is cancelled. I shouldn’t have to use a 3rd party service to do something that you can add with a simple update.