I'm really sorry. It was my mistake: I was trying to cast the value of
x_trans_id to Integer and that produced the error, it never happened in
test mode because in that mode x_trans_id is always 0. I got confused by
the error message from Authorize, ...
I already did that, using your script
athttp://www.johnconde.net/blog/all-about-authorize-nets-silent-post/It
works without errors. It also works in test mode. Just did not work in
real mode. Did you see all I do is to store the values I receive in
s...
Hi John, Thank you for answer. I’m having a hard time with this issue
and any help is appreciated. I have a very simple ASP.NET form as a
relay response page. The only thing it does (for testing purposes) is to
take the values received and put them i...
Hi, I'm having the same problem with ASP.NET, but I can't find any
example of how to do this, mixing classic ASP and ASP.NET. I never used
classic ASP before and I don't know where to start. I looked at the
Authorize examples in the Relay Response Se...
I’m using SIM and I was having the same problem of images missing until
I use absolute paths to show them, now I’m having another problem: when
the user finish in the payment form and Authorize is going to show my
receipt page, Internet Explorer show...