Everything works @ sandbox account.
But when we change the keys to production, it always returns 401 error.
I am pretty sure that my merchant id, access-token are valid. I don't understand what is the issue. Please help.
I got the token via OAuth2.
I got the token via OAuth2.
Request example for live account:
https://api.clover.com/v3/merchants/K4DX3VAFHYS05/orders(GET Request)Headers:
Authorization: Bearer <authtoken>
Content-type: application/json, charset=utf8
Response{"message":"401 Unauthorized"}