question

suresh avatar image
suresh asked Mark Mullan Deactivated answered

Clover SDK for Javascript Integration is not working

Hi to all,

I'm integrating Clover payment in my application. I have facing some problems during installations.

  1. 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)

  2. 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.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mark Mullan avatar image
Mark Mullan Deactivated answered

Hi,

The remote-pay-cloud SDK for JavaScript launches Secure Pay on a Clover Mini, as does our other remote-pay SDKs. You'll need a Clover device to see this example in action, as Secure Pay depends on hardware provided by a physical device. Also worth noting, an emulator will not work for testing any of the Pay Display apps for this reason.

We recommend using a Clover Developer Kit to fully test your user experience and be to able to access hardware-specific functionality, such as NFC (like Apple Pay) and other Secure Payments, as well as printing, or scanning. However, if you are not relying on those functionalities, it is also possible to use an emulator to quickly prototype, develop, and test your Clover applications.

If you're interested in obtaining a device, our Devkits are priced at-cost at https://cloverdevkit.com/

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community