question

devendra avatar image
devendra asked keithryanwong Deactivated commented

Clover Mini Integration with REST?

1.Does RestFull API is supported with Java 6?

2.How to connect our POS application with RestFull API?

3.Do we need to have any SDK to connect with RestFull API?Do we need to install any app (on Clover mini device or in our machine) for integration to work with CLover Mini Device(USB Pay Display App or Secure Network Pay Display App)?

4.Could you please send the link with examples to work with ReSTfull API?

REST API
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

keithryanwong avatar image
keithryanwong Deactivated answered keithryanwong Deactivated commented
Hi @Devendra,

The Clover Web API is accessible as long as you can make HTTP requests. However, to take payments remotely through a Clover device, you will need to use one of the Remote Pay SDKs. The Clover Web API does not provide an interface for initiating payments on a Clover device.

Here are the links to the Web API resources in case you still want to take a look. Unfortunately there's not an example application I can point you to.
Getting started: https://docs.clover.com/build/web-api/
API reference: https://www.clover.com/api_docs/

Best,
Keith Wong

2 comments
10 |2000

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

devendra avatar image devendra commented ·

Hi,
Is this means we cannot use Clover mini device if want to use Rest Web API? Where customer will swipe the card and enter the amount and other information?

Also, does Rest Web API is supported with Java 6?

Thanks.

0 Likes 0 ·
keithryanwong avatar image keithryanwong devendra commented ·

The Web API cannot access the Clover Devices' payment capabilities. It is a separate service from the Remote Pay SDKs. If you need the payment capabilities of the Clover mini from a Java POS, you will need to use the Remote Pay Java SDK.

The Clover Web API is language agnostic. As long as you can make HTTPS requests and receive the JSON response, you can access the Web API.

0 Likes 0 ·

Welcome to the
Clover Developer Community