I'm submitting a test DPM transaction and am getting an error: "We are sorry. It looks like there was a problem with your request.". Then, I'm redirected to my site.
When I look at the trace in fiddler, I see a 404 for the following files:
test.authorize.net/app_Themes/Default/common.css
test.authorize.net/app_Themes/Default/advertisements.css
test.authorize.net/app_Themes/Default/favicon.ico
I've posted the form to the Data validation tool previously and everything looks correct.
Any ideas?
Thanks!!
Solved! Go to Solution.
06-08-2011 09:48 AM
Looks like my MD5 hash wasn't matching the amount value.
I can't say enought about these docs:
06-09-2011 02:50 PM
Have you set your account response URI's to include the page you are relaying your response to? I had that problem for a while. If the account doesn't have the URI it will not respond to that URI. The other symptoms you mention sound like what I was seeing - the response page was there but the links were invalid because you were still on the AuthorizeNet server.
Tom
06-08-2011 11:08 AM
Are you referring to the x_receipt_link_url and x_relay_url values in the form? I've set those to a valid URL and set x_relay_response to TRUE.
Is there anything else I could be missing?
06-08-2011 11:43 AM
Looks like my MD5 hash wasn't matching the amount value.
I can't say enought about these docs:
06-09-2011 02:50 PM