Class ccAccessPoint

This class processes credit cards against AccessPoint/PaymentTech gateway service. The AccessPoint Service uses plain POST operations against the Web Server so other than providing URL and login information there are no further setup requirements.

This class inherits all of its worker interface from Class ccProcessing.

What do you need:



System.Object
  Westwind.WebStore.ccProcessing
    Westwind.WebStore.ccAccessPoint

public class ccAccessPoint : ccProcessing

Class Members

MemberDescription
ValidateCard Validates the actual card against AccessPoint Gateway using the HTTP interface.
public virtual bool ValidateCard();

Requirements

Namespace: Westwind.WebStore
Assembly: westwind.webstore.business.dll


 Last Updated: 8/3/2006 | Send topic feedback