I have a webhook set up and working. A user recently paused their subscription, and we received the relevant SUBSCRIPTION_PAUSED event through, which includes the date the subscription will auto-resume.
But now the user says they have unpaused the subscription. We have not received any new event though, so from our end, in our customer database, their subscription status is still paused, meaning they are unable to use our app properly.
Should we be receiving an event through when they unpause a subscription? And if so, what event type is it? I can’t find anything in the docs, so how are we meant to handle this situation?
Thanks,
Ian