Hi team,
We are working on the integration of the CloverGo device with our Ionic applications. We will be implementing an API on our ERP server that will fetch the token from clover server and return to the app. I went through O-Auth 2.0 documentation but couldn't understand how this can be done
https://docs.clover.com/clover-platform/docs/using-oauth-20
When we hit for CODE
https://sandbox.dev.clover.com/oauth/authorize?client_id={APP_ID}
it needs the user to be authenticated as per the Note in Step 1
If an unauthorized merchant navigates directly to your app URL without installing the app from the Clover App Market:
-
Redirect the merchant to log in to their Clover merchant account, and then
-
Ask the merchant to install your app from the Clover App Market
Can anyone please help me understand how this can be done?