Hello @kalyan, welcome to the forum! We’re happy to help, but first we’ll need you to provide us with the following information so that we can further assist you with the issue:
Can you provide the steps you took in integrating Coinbase Commerce into the Zoho Cliq platform?
Can you also please provide the code snippet you used when calling the /checkouts endpoint?
Once you send us the information requested above, we’ll work to quickly address this issue. We appreciate your patience and understanding.
here is the deluge script which i wrote,
header_data.put(“accept”,“application/json”);
header_data.put(“X-CC-Version”,“2018-03-22”);
resp = invokeurl
[
url :“https://api.commerce.coinbase.com/checkouts”
type :GET
headers:header_data
connection:“commerce”
];
info resp;
Steps taken:
Initally i connected coinbase commerce with zoho cliq by creating a custom service
Hello @kalyan! It looks like you don’t have an API key on your script, that’s why you are getting the Authentication error. You will need an API key and most Commerce API requests must be authenticated with an API key. We would like to recommend you to try integrating again but with the API key header now which is specified here on this link. Hope this helps, thank you!
Hello @kalyan! Apologies for the delayed response. We’re happy to help! Again, we will be needing more clarification so that we can further assist you with the issue:
For clarification, what is your desired goal upon integration of the Zoho Cliq platform with Coinbase Commerce?
What exactly were you trying to achieve with your codes?
Once you send us the information requested above, we’ll work to quickly address this issue. We appreciate your patience and understanding. Thank you.