It happens quite a lot that I get AVR code [N] ("No address or ZIP match") in my admin-panel. I then need to contact the customer and inform him the payment did not go well, and that he should do the payment process again. We get some dropped transactions because of that.
How can I display the AVR (specifically, but also CV V and gateway response code could be nice) back to the customer, right after he posted the order?
I found this line:
$postResponse = curl_exec($request);
in validation.php in merchantone module folder, but i'm not sure how I should handle this.
Thanks in advance!