We are sending orders to the clover system via our ordering platform and the API. But fails to post service charge for order.
We are posting json to - /v3/merchants/{mId}/orders/{orderId}/service_charge/
JSON is : {"percentage":21,"name":"Service Charge","enabled":true,"percentageDecimal":219000}
We are getting error as Bad Request from clover.
Is there anything wrong with our request ?
Thanks for any help in advance,
David