We are tokenizing card in hosted iframe and using the returned token id as source for v1/charges in our web app. From console it works fine on tokenizing the card but give cors error on request to v1/charges.
Any help would be appreciated.
We are tokenizing card in hosted iframe and using the returned token id as source for v1/charges in our web app. From console it works fine on tokenizing the card but give cors error on request to v1/charges.
Any help would be appreciated.
You need to make the payment from your server (not the browser).
Thanks for your time. It is not giving cors error but now it gives unauthorized error. I have tried making request here https://docs.clover.com/reference/createcharge and its working here. Any ideas of what i might be the problem?
1 Person is following this question.