Hi Guys ,
I started working with Clover Recently. I found a Clue less Issue While creating a tender Via api with valid and proper schema . Let me Show You .
Note :- Iam following same approach like in docs //apidocs#merchantsTenders
POST : /v3/merchants/merchanId/tenders?access_token=access-token
with body
{
"instructions": "Test Instructions",
"id":"XRSHDKSG",
"visible": true,
"editable": true,
"supportsTipping": true,
"enabled": true
}
Issue am Facing is a Clue-less Error from Clover where i cannot debug any thing .
Error Message :-
{
"message": "Error inserting new tender into database"
}
I need a bit of help guys Please Suggest How to get rid of it successfully!! Regards, Prasad .