Hello. We are developing a semi integration with Clover through the javascript remote pay sdk (v. 3.0) using the Cloud Pay Display integration method through Clover's servers (vs a direct connection).
We are trying to add support for voiding a refund transaction. I'm getting this response immediately back from the remote pay sdk:
{ "success": false, "reason": "Cannot do Void Payment Refund", "message": "This version of the SDK does not support voidPaymentRefunds", "refund": null }
I looked in the SDK and it looks like the CloverConnector.voidPaymentRefund() method immediately calls the response callback passing in the above reason, message, and success message, so an error response is immediately returned. So is voiding a refund currently not a supported transaction path, and if so, are there plans to support voiding a refund?