We are in the process of building a pos app. We want to use clover as a payment provider.
We created an App in clover dev portal (enabled ecomm payments )
We authorized the app got the auth code in url.
Now to make any further transaction we need access_token as in --header 'Authorization: Bearer token' \
My question is do we save the access token in our db once its generated for future use ?
I dont think we can ask merchants to go throught the ouath flow for every transaction and its not even possible for hosted tokenization.