News:

Support the VirtueMart project and become a member

Main Menu

Authorize.net respons string

Started by webmosa, February 28, 2013, 01:19:07 AM

Previous topic - Next topic

webmosa

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?

alatak

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.