PDA

View Full Version : WinHTTP 5.0


meadowstrav
09-04-2003, 07:00 AM
Bruce,

I am very interested in using this IP*Works component for credit card processing. The only problem is that I do not know how it fits in. Does anyone have any sample code that I look at.

What I need to do is perform credit card authorizations when the customer presses submit from the checkout form. How do I code it so that it reacts to the onsubmit event.

I downloaded it from the IP*Works website already.

meadowstrav

meadowstrav
09-04-2003, 07:04 AM
I am considering using Authorize.net as my payment gateway provider and they sent me sample classic asp code that can be used to send data via a HTTPS POST to Authorize.Net using WinHttp 5.0 object.
Does anyone have experience with converting the sample code that they provide to asp.net? Also, does anyone have experience using WinHttp 5.0? Does DiscountASP support the use of this object?

I want to integrate it with my current shopping cart application that I built in asp.net and VB.net. Any help or feedback would be greatly appreciated.

Best regards,

meadowstrav

bruce
09-04-2003, 10:33 AM
No. We don't support WinHTTP

Use XMLHTTP instead

If you are using .net, i suggest you use the IP Works CC component that is installed on all server.


[b]quote:Originally posted by meadowstrav

I am considering using Authorize.net as my payment gateway provider and they sent me sample classic asp code that can be used to send data via a HTTPS POST to Authorize.Net using WinHttp 5.0 object.
Does anyone have experience with converting the sample code that they provide to asp.net? Also, does anyone have experience using WinHttp 5.0? Does DiscountASP support the use of this object?

I want to integrate it with my current shopping cart application that I built in asp.net and VB.net. Any help or feedback would be greatly appreciated.

Best regards,

meadowstrav
</blockquote id="quote"></font id="quote">

Eric
09-04-2003, 10:37 AM
Here is a KB article: http://kb.discountasp.net/article.aspx?id=10103

There is a chm file attached to the article

DiscountASP.NET