Hi, we just noticed our clover e-commerce integration starting to give a 500 Internal Server Error while attempting to pay for an order.
The following is the request/response:
Request: >> POST /v1/orders/***/pay >> {"amount":578,"currency":"USD","source":"***","tip_amount":0} Response: << {"message":"500 Internal Server Error","error":{"type":"api_error","code":"processing_error","message":"Internal Server Error."}}
Our integration has been working for some time now and is already on production as well. This issues started to materialize in sandbox on the 14th Friday.
Can you please let us know what is going wrong? Thank you.