We've created a Clover application that when it receives a push notification via
v3/apps/x/devices/y/notifications
it triggers a print job for a Clover order ID it receives as part of the POST body to the above endpoint.
Now for the issue -- this works in the sandbox environment, but does not seem to work in the production environment. We've triple checked the endpoints, the IDs, and the Authorization. The API returns a successful 2xx response code, but no print is triggered.
Compounding the issue is that we are relying on the merchant to tell us whether or not the process works, since the production deployments are all remote.
My question is what is the recommended process for debugging Clover notifications on a production device?