Authorize.net SIM implementation issue
-
I am trying to incorporate Authorize.net SIM implementain with my asp.net website. I want to use relay respone so that customer can check transaction status. i have included the following code for relay response in Receipt.aspx.cs page I am writing following code to get transaction informaion string ResponseReasonText = Request.Form["x_response_reason_text"]; My problem is that when i click the submit button in gatewaty page after enter credit card information then each time i get the following error. 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 did not found what i am going to mistake. Please if any one have complete code in c# or getting any error in my code please reply me.
-
I am trying to incorporate Authorize.net SIM implementain with my asp.net website. I want to use relay respone so that customer can check transaction status. i have included the following code for relay response in Receipt.aspx.cs page I am writing following code to get transaction informaion string ResponseReasonText = Request.Form["x_response_reason_text"]; My problem is that when i click the submit button in gatewaty page after enter credit card information then each time i get the following error. 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 did not found what i am going to mistake. Please if any one have complete code in c# or getting any error in my code please reply me.