We are having issues with Authorize.net on one of our sites. It just randomly stopped working. Anyways so we are working with them but they need the Response string and I am not sure how to get this can someone help me figure out how i can get this string?
Hello
you can add (around line 835) after that line
$response = curl_exec ($curl_request);
the following code
vmdebug('response from authorize',$response);
then in the virtuemart configuration, turn on the debug.
The reponse from authorize will be displayed.