Hello, we're testing out a new SaleRequest and creating a RefundPaymentRequest request to issue a refund.
The SaleRequest goes through just fine, but the RefundPaymentRequest times out and if I try to ping the device via v1/device/ping, I get the following response back:
{ "message": "Cannot connect to your Clover device. The server may be unavailable or the device may be currently processing a request.", "requestId": "01c14dd2-18202", "requestType": "PING_DEVICE", "type": "RESOURCE_CONFLICT" }
Seems after a while, the device comes back online, I believe it was about an hour for it to response again via the v1/device/ping
We're using the node remote-pay-cloud SDK version 4.1.2
Thanks,
Sheldon