I am creating orders from
"https://sandbox.dev.clover.com/v3/merchants/xxxxxxxxxxxxxxxxxx/orders?access_token=xxx-xxxx-xxxxx-xxxxxx"
While paying for the same created order with :
"https://scl-sandbox.dev.clover.com/v1/orders/xxxxxxxxxxxxxxxx/pay "
It says
{
"message": "500 Internal Server Error",
"error": {
"type": "api_error",
"code": "processing_error",
"message": "Internal Server Error."
}
}
Token is generated with the following APIs
**https://apisandbox.dev.clover.com/pakms/apikey
**https://token-sandbox.dev.clover.com/v1/tokens
---------------------------------------------------------------------------------------------
I am also unable to create orders from the follwoing v1 api
https://scl-sandbox.dev.clover.com/v1/orders
It says:
{
"message": "404 Not Found",
"error": {
"code": "processing_error",
"message": "Not Found"
}
}
----------------------------------------------------------------------
Need urgent help. Thanks in advance