you need to set the autoAcceptSignature flag to false on your SaleRequest. Then to verify you got the challenge you need to add an onVerifySignatureRequest handler to your ICloverConnectorListener, in that handler you can call ICloverConnector.rejectSignature(verifySignatureRequest) to reject the payment.
From my two previous comments:
Then to verify you got the challenge you need to add an onVerifySignatureRequest handler to your ICloverConnectorListener,in that handler you can call ICloverConnector.rejectSignature(verifySignatureRequest) to reject the payment.
This all comes after you sign obviously.
Hi david, this only comes back when the signature is submitted.
Yes, what do you expect? You can't confirm or reject a signature before you enter a signature. When it comes back you have the option of calling rejectSignature which will cancel the payment or acceptSignature which will complete the payment.
1 Person is following this question.