In the existing application pay for an order endpoint started to return 400 Bad request response.
It was working before without any issue for requests like:
{
"source": "token"
}
* I looked at the documentation (https://docs.clover.com/docs/ecommerce-accepting-payments) and tried to add email as well, but the result was the same.
Endpoint:
(https://scl-sandbox.dev.clover.com/v1/orders/{orderId}/pay)
Response:
{
"message": "400 Bad Request",
"error": {
"code": "processing_error",
"message": "Unknown Error"
}
}
Can anybody help?
Update:
Now the responses are 404 for most of the requests.
Update
This looks like resolved, everything works again.