Class ccAuthorizeNet

This class provides Credit Card processing against the Authorize.Net Gateway. The Authorize.NET Service uses plain POST operations against the Web Server so other than providing URL and login information there are no further setup requirements.

What do you need:

For information merchant processing and requirements see Credit Card Processing. Find out more about rates and signup with Authorize.NET and MerchantPlus.

Custom Properties you need to set

Authorize.NET is about the easiest format. You merely need to se the HTTPLink, MerchantId and MerchantPassword properties.

CC = new ccAuthorizeNet(); CC.HttpLink = "https://secure.authorize.net/gateway/transact.dll"; CC.MerchantId = "yourstore01"; CC.MerchantPassword = "yourpassword";


System.Object
  Westwind.WebStore.ccProcessing
    Westwind.WebStore.ccAuthorizeNet

public class ccAuthorizeNet : ccProcessing

Class Members

MemberDescription
ValidateCard Validates the actual card against Authorize.Net Gateway using the HTTP interface.
public Boolean ValidateCard()

Requirements

Namespace: Westwind.WebStore
Assembly: webstorebusiness.dll

See also:

Class ccProcessing | Using the Credit Card Processing Classes | Web Store Integration |

 Last Updated: 9/11/2007 | Send topic feedback