Hi all, I am trying to call REST API of clover with this : https://www.clover.com/api_docs , but I could not make it. Please any one help me to call the API through any other ways.
Hi all, I am trying to call REST API of clover with this : https://www.clover.com/api_docs , but I could not make it. Please any one help me to call the API through any other ways.
https://docs.clover.com/build/web-api/ has an example api request using curl
under the category Using API Tokens
If you are in the sandbox environment, make sure you are using the correct portal.
https://sandbox.dev.clover.com/api_docs
https://apisandbox.dev.clover.com/v3/...
Production and Development are two separate accounts and you will need to use the corresponding portal. eg. www.clover.com or sandbox.dev.clover.com
If you are having issue with getting the correct auth_token, read through this doc: https://docs.clover.com/build/oauth-2-0/
I need to add an inventory Item through php file , "https://api.clover.com:443/v3/merchants/CHZDGMQDPRVQT/items?access_token=xxx" this api I am using. I want to get the Clover Id of the item for payment but I am not getting response for this API.
1 Person is following this question.