I'm calling 3 Clover API endpoints, where I can get the access_token and owner-employee from the merchant, but I'm not able to get PAKMS token when trying to retrieve it.
I tried to create the same flow in the postman and I didn't get any error, this error only happens when the call comes from the browser that tries to make an options request to identify the allowed request methods for this endpoint.
The status code of the error obtained is 405, the error which informs that the options request method is not allowed for this endpoint, thus the get request is consequently blocked.