Hi, I’m trying to integrate my site’s credit card processing with authorize.net using DPM and have found an issue. Whenever I submit a transaction, an error appears within a second. It is below:
An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.
This transaction has been approved.
It is advisable for you to contact the merchant to verify that you will receive the product or service.
My x_relay_url is set to https://individual.deltadentalks.com/Ole/test.htm.
test.htm is displaying text based on response and redirects to error page or succes page. I don't even get that far. The transaction takes about 1 second so it's not a timeout issue.
Can you tell me why I’m getting this error?
Solved! Go to Solution.
06-13-2011 01:52 PM
There is a response code 99 tool that you can test your md5 hash and list step to troubleshoot
https://developer.authorize.net/tools/responsecode99/
Also, the C# SDK have method to encode and decode that at anet_dotnet_sdk-1.3.0.zip\Source\Authorize.NET\Utility\Crypto.cs
06-16-2011 12:04 PM
I'm getting an "This Connection is Untrusted" with the https on Firefox
and "There is a problem with this website security certificate" on IE9.
Relay response probably didn't like it either.
06-13-2011 02:03 PM
Thanks! I'm not seeing that but perhaps the errors are being suppressed. Gives me something to work with.
Thanks!
06-13-2011 02:06 PM
Fixed cert. Still not getting relay. Any ideas?
06-14-2011 01:15 PM
Is the full URL set in your merchant account? Under "Account" - "Settings" - "Response/Receipt URLs "
06-14-2011 02:22 PM
It's a test account. Tried logging in and I can't get in so I assume it's not for testers.
06-14-2011 02:24 PM
Test account login in at https://test.authorize.net
06-14-2011 04:20 PM
Thanks for the URL!
Set it up and tried again. Same result. What can I try next? I didn't see any other settings that looked pertinent to what I'm trying to do.
06-14-2011 09:19 PM
look at this and see if we miss anything.
May not be anything on your side, I just try it with .htm and .html and it getting the same error, .aspx work, so try that instead.
06-15-2011 04:33 AM - edited 06-15-2011 04:47 AM
Is not just any htm or html, it from IIS 6.0 in my case. I try it on a html page by Apache server and it work.
06-15-2011 05:14 AM