I'm developing Java Server application which runs periodic job to get orders reports per MerchantID (calling /v3/merchants/{merchantID}/orders).
Is there a way to get access token without manual merchant login?
Clover Doc (
https://docs.clover.com/build/oauth-2-0/) does not answer this question. Described procedure requires Merchant login and click on app icon which is not applicable during cron job.
Maybe there is a way to get code/access token without passing this procedure?