Hello,
Clover v2 REST pay api (used to pay for an order ) is giving a 503 Http error status in production at times.
We are calling the pay api from our node server and doing a JSON.parse of the response returned by clover. The content-type is application/json but this is failing with a "Unexpected Token E" syntax error which means that the response from clover may not be a valid JSON.
Any help is appreciated why this would happen and whats going wrong since this is happening for a merchant in production.