I have used the Print REST API to print (Kitchen, Order) receipts automatically. The Print REST API does not print Order Receipt and Kitchen Receipt.
using the below code for printing receipt.
curl --location 'https://api.clover.com/v3/merchants/{ {mid}}/print_event' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data '{ "orderRef":{ "id" : "JYM0V9AGTJFHW" } }'
Please help me to fix this problem.