POST https://apisandbox.dev.clover.com/v3/merchants/{ {merchant-id}}/tenders Accept: */* Cache-Control: no-cache Authorization: Bearer { {oauth-token}} Access-Control-Allow-Origin: * { "tender":{ "label":"my test tender", "enabled":true } }
Here is the response:
HTTP/1.1 400 Bad Request cache-control: no-cache, no-store, must-revalidate pragma: no-cache expires: Tue, 17 Sep 1991 10:00:00 PST content-length: 54 content-type: application/json; charset=utf-8 X-Frame-Options: SAMEORIGIN X-Robots-Tag: none { "message": "Error inserting new tender into database" } Response code: 400 (Bad Request); Time: 379ms; Content length: 54 bytesWhat is the cause for this? As you can see there is no helpful information in the response.