I don't know if this will be helpful for you or not. I'm setting up subscriptions for a web site. Setting up webhooks wasn't really an option, so each time a subscriber logs in, I use the API to check the status of the subscription and take appropriate action. That way, whenever a subscription lapses, or is cancelled, the user will no longer have access to subscriber benefits.
... View more