Hi,
I am having an error while doing payment refunds, this is what happens:
- Every time I try to do a partial payment refund I receive a FAIL error: OnRefundPaymentResponse returns Sucess = False, Reason = NULL, Message = "FAIL"
- Every time I try yo do a full payment refund I receive a PAYMENTNOTFOUND error: OnRefundPaymentResponse returns Sucess = False, Reason = NULL, Message = "PAYMENTNOTFOUND "
I can make happen the "PAYMENTNOTFOUND " error running the example program you have in github "remote-pay-windows-release-1.0". And I can also make happen the "FAIL" error by changing two lines in the code of the RefundPaymentButton_Click event as follows:
request.Amount = 100;
request.FullRefund = false;
It is wierd because of this error was not happening last week.
Do you know what the cause of this error could be? Is there a configuration setting in the Clover Mini or the SDK I should look at?
Thanks, Ricardo