cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

ASP without MVC - when posting to https://test.authorize.net/gateway/transact.dll

I have been able to use the Coffee Shop in the SDK, but the website I am going to integrate is compiled with an old .NET content management system, so I can't implement a WVC solution.

 

What I did was take the HTML produced from the Coffee Shop and pasted it into a test html file, with a .NET response page specified as the response URL.  But when you click on the purchase button to submit, the browser posts to https://test.authorize.net/gateway/transact.dll and then the browser informs the page was cancelled  "Navigation to page was cancelled".  The transactions do not make it to the test site "Unresolved Transactions" report, were as if I did it through the Coffee Shop they would show up.

 

Any help with using ASP .NET without having to implement a WVC solution is greatly appretiated.

SMoseleyT1
Member
1 REPLY 1

best place to start is the sample code

http://developer.authorize.net/downloads/samplecode/

RaynorC1emen7
Expert