I am using an e-commerce API private token(API only) to do card payments and to manage inventory and Marchant.
My question is does this private token expire or not? And what is the use of public token?
I am using an e-commerce API private token(API only) to do card payments and to manage inventory and Marchant.
My question is does this private token expire or not? And what is the use of public token?
OAuth access token(private) used for ecomm does expires, this is outlined in our docs: https://docs.clover.com/docs/refresh-access-tokens
If you are using the merchant generated token it doesn't expire as of now but this token is used for a one off situation where a merchant will give you the token for you to create an app specific for them.
7 People are following this question.