Hi!
After sending a POST request to https://api.clover.com/v3/merchants/{... (to mark order as "paid") I am waiting to webhook but receiving nothing. At the same time I successfully receive callbacks on other events such as creating. Example of POST; { "tender": { "id": "8WVC3Z69R5BMJ" }, "order": { "id": "QFCZG1DPW68GP" }, "amount": "300" }
Thanks.