I want to write a client app where i can create an order, read order info, and then pay via my client app, say for example a personal android device. I understand the fact i need call back url and i have a controller built already to handle that. My problem is I'm still a little fuzzy on the flow. I followed the directions here:
https://www.youtube.com/watch?v=6riNP_wlKcU&list=P...
The flow is throwing me off a bit. In order to get an access token why do i have to initiate the callback from a Clover app running on my terminal. How can I initiate the call to the Clover api for the "code" so that i can build my url to grab my my access_token. I been digging on this for a while. What am I missing?