Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a simple checkout form and I'm using Authorize.net's DPM (Direct Post Method) and I keep getting this error message:

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.

Any ideas on what might have caused this error? Authroize.net's support had 0 helpful information and they don't store failed API responses.

thanks!

share|improve this question

1 Answer

This error occurs when Authorize.Net is trying to contact your server and is unsuccessful. The transaction is approved but they cannot send the user back to your website like you want them to.

Their article Relay Response Basics and Troubleshooting covers this issue in great detail.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.