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:

  • Authorize.NET Gateway URL
  • Authorize.NET Merchant Login ID and Password
  • Refering URL
  • No further installation required - uses plain POST interface to server gateway

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
    <b>Westwind.WebStore.ccAuthorizeNet</b>

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 |

© West Wind Technologies, 1996-2018 • Updated: 03/31/05
Comment or report problem with topic