- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a phone number available for Initialization integration support???
I've been trying this all week to no avail , forgive my persistance , vehemence and urgency but someone is going to wander back to our department in a second and scream wheres my shopping cart...!!!!
Solved! Go to Solution.
03-09-2012 08:14 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
03-20-2012 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm sorry, but the majority of people here use PHP, and while there's probably somoeone who knows ASP MVC C# somewhere, they don't appear to be trolling the boards that often. I skipped your post originally because I don't program in your language.
03-09-2012 12:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
03-20-2012 11:13 AM