Hi there,
I asked a question in comments section inside following thread
but there is no response, so I'm creating a new thread now.
I try to call a clover API to find out if tips are enabled for specific device, but I can't find any such api.
There is a merchant level api call:
https://sandbox.dev.clover.com/v3/merchants/{mid}/tip_suggestions
which returns a list with isEnabled flag, so returns whatever is configured for the Merchant,
However, in device Setup->Tips->Ask for Tips configuration user can disable Tips for this specific device only. Even if I disable that flag, when I call
https://sandbox.dev.clover.com/connect/v1/device/read-tip
it still successfully shows the Tip screen. I supposed the it should return any failure code instead of asking for tips.
Could you please guide me?