cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error when posting test transaction

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!!

 

 

martin1b
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

Looks like my MD5 hash wasn't matching the amount value.

 

I can't say enought about these docs:

 

http://www.tandasoft.com/2011/05/05/using-authorize-net-dpm-direct-post-method-from-asp-net-web-form...

 

View solution in original post

3 REPLIES 3

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

condonia13
Member

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?

Looks like my MD5 hash wasn't matching the amount value.

 

I can't say enought about these docs:

 

http://www.tandasoft.com/2011/05/05/using-authorize-net-dpm-direct-post-method-from-asp-net-web-form...