Hi to all,
I'm integrating Clover payment in my application. I have facing some problems during installations.
I'm trying to run the sample script link:[https://github.com/clover/clover-cloud-connector-example] on windows 10. It does not working well. So I have re-installed that on Ubuntu server. It will run but configuration settings are listed out in the drop down box.(I don't have a device)
I have integrated link:[https://github.com/clover/remote-pay-cloud] > Make a sale >
var connector = new clover.CloverConnectorFactory().createICloverConnector({ "oauthToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxx", "merchantId": "xxxxxxxxxxxxxxxxxxxxxxxxxxx", "clientId": "xxxxxxxxxxxxxxxxxxxxxxxxxxx", "remoteApplicationId": " How to get remote application id", "deviceSerialId":" How to get device serial id", "domain": "https://sandbox.dev.clover.com/" });
Note: I don't have a device kit.
Why I can't able to install sample script on windows 10?
In order to proceed above steps shall we need a device or else without device is that possible to connect clover cloud?.
Let me know your feedback. It will more helpful to me.