cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this solution

Good afternoon  integration support Authorize.net                       

 

I will update  my entries in your dev forum with my findings but

for your information, and future reference.

 

A colleague more familiar with general web based development pointed out that I could force some data to the web page after receiving your response by using a method on the web  Response object named Flush().

:: Response.Flush()

 

This allowed me to continue manipulating ( evaluating for approval the  various  returned

codes, AVS, CCV, CAVV whatever) to determine if the response was approved, before displaying my receipt page,

while using C# MVC .   

 

Once again please note that I received the error----“An error occurred while trying to report this transaction to the merchant. An e-mail has….”       within miliseconds of submitting my Hosted payment form.

View solution in original post

Who Me Too'd this solution