Tokens being passed from the Android device (Clover and Asus) are not working from our server to clover.com via the url.
These Tokens are passed from Clover's API via CloverAuth.AuthResult.authToken.on the device to our server. Our server then passes the Token to Clover.com via the url:
https://www.clover.com:443/v3/merchants/{Merchant ID}/orders/{Order ID}/lineitems?accesstoken={Access Token}
I was able to get the url to work from our server using the Token generated from the
https://www.clover.com/setupapp/m/{Merchant ID}/apitokens
"Generate Token" button. Is there something wrong with the API?