We are using Clover E-Commerce API for payment processing at our mobile application. The issue we are facing is that we are receiving internal server error 500. The issue is not reproducible every-time we hit the API but happening every now and then.
Following are the response we're getting from order API
/v1/orders/{order_id}/pay
{
"message": "500 Internal Server Error",
"error": {
"type": "api_error",
"code": "processing_error",
"message": "Internal Server Error."
}
}
- API-END-POINT: https://scl-sandbox.dev.clover.com/v1/orders/orderId/pay
We've implemented the clover, never change the implementation, kindly advise the solution. This is highly critical as it has become a blocker for our app launch. We are working on Sandbox.