REST Pay Display API introduction
https://docs.clover.com/docs/rest-pay-intro
This function is exactly what I am looking for, to integrate my web-based POS to a Clover device for payment processing. I've been studying the docs and testing APIs, but I believe I am missing a step. This intro video mentions a RAID and Oauth Access code for your "app".
There is no mention of what needs to be done with the RAID or Oauth Access code. I assume this means I need to create a developer account, request approval for the account, and then create an App and Submit for approval - once approved, I need to install that APP on the device along with the REST Pay Display app.
Is this correct?
I was hoping this could be done with a simple API request, such as the API reference:
curl --request POST \
--url https://deviceiporhost:12346/connect/v1/device/ping\
--header 'X-Clover-Device-Id: MYDEVICE' \
--header 'X-POS-Id: MYPOS' \
--header 'accept: application/json' \
--header 'authorization: Bearer MYAPITOKEN'
However, when I try this with the correct IP displayed on the device, and the correct required fields , I get a "connection refused" response.
Can someone please confirm, to use the REST Pay API, I will need to install both a custom approved app AND the REST Pay Display app?