Hi,
I have created app and submitted for review. Now, trying to authorize app on merchant account using: https://www.clover.com/oauth/authoriz...id={AppID}&redirecturi={UrlToRedirect}
'redirecturi' is the url where to redirect in following format: https://www.example.com/oauthcallback?code=[removed]&merchantid=EHFABCCE7D1SA&employeeid=ZX23RCCE7D1P1&client_id=HENXXTCZ3QP26
But when I hit the first url, it takes me to a page to select merchant and when merchant is selected then NOT FOUND shows in red popup.
What can be the reason that I am not able to get authorization url with properties which are to be used with 'auth/token' to get access token?