We have developed an integration using the REST Pay Display API to capture payment tokens on a clover device. In sandbox we are able to get a list of devices for our application and connect to it using REST just fine. Now that we are attempting to use with prod account, I'm getting an unauthorized response when I try to communicate with the device.
Using the merchant access token, I can get the list of devices fine. But when attempting a call like
connect/v1/device/read-confirmation
Then I get the following
Is there another step in production accounts that is needed before we can communicate with devices on the merchant account?