cancel
Showing results for 
Search instead for 
Did you mean: 

Geting Error while using relay response

I am integrating Authoriz.net credit card SIM API, with .Net Frame work 4.0 and C#  and I am working internal development environment. I am providing the code snippet how I am using the relay response in page load event.Please provide me the solution.
 
 x_relay_response.Value = "TRUE";
 x_relay_url.Value = "http://localhost:51311/AuthorizeComponent/Default.aspx";

 
HereIgonethroughwithyourdocument[SIM_guide.pdf] pageno56
but I unable get response.
 
 
I am using rely response but not working.
 
            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.
 
I got E - mail as below
 
**Please DO NOT REPLY to this message. E-mail developer@authorize.net if you have any questions.

Authorize.Net Developer Center Merchant,

Your script timed out while we were trying to post transaction results to it.
  Transaction ID: 2203115804
Transaction Result: This transaction has been approved.

The following message was displayed to the customer:

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


------------------------------
ASAP...
 
Regards,
Siva Gangadhar Rao. K
KSGRao
Contributor
2 ACCEPTED SOLUTIONS

Accepted Solutions

the relay response url can NOT be localhost. Read the guide

Relay Response Basics and Troubleshooting

 

View solution in original post

RaynorC1emen7
Expert

Thanks, for your tremendous effect its got working.

View solution in original post

KSGRao
Contributor
2 REPLIES 2

the relay response url can NOT be localhost. Read the guide

Relay Response Basics and Troubleshooting

 

RaynorC1emen7
Expert

Thanks, for your tremendous effect its got working.

KSGRao
Contributor