Hi I'm kind of lost in the API and would appreciate any help. I am currently working on an application where users can pay after entering their credit card. This means the users sends the info to our server and we need to charge the card with clover. We also need to tokenize the credit card in order to ease future purchases (If the client wants). From what I've seen the API is target towards integrating with clover app / clover device.. If someone can direct me to the relevant API's for the desired model that would be a big help :).
Our server is hosted in azure if that matters.
The closest I saw was:
https://docs.clover.com/docs/ecommerce-generating-a-card-token#encrypting-card-data
https://docs.clover.com/docs/clover-development-basics-ecommerce
But I don't understand how to get the OAuth token.