Hi, I was looking through the documentation and wasn't able to find anything for this in particular.
When the user uninstalls our app, our app receives a webhook telling us that the app has been deleted from the marketplace and then we handle that logic, but, is there any scenario where the recurring charge fails (inside clover's marketplace) and then Clover sends a warning or notification via Webhook or Rest api? I need to know If users are paying, but right now, the only way I can check If a user is paying or not is when I try to reach Clover's API and receive a 401 unauthorized.
Is this the only way to know If the app is up to date with its payments?
Thanks in advance