Class ccNavigate

This class provides Credit Card processing against the MerchantPlus Navigate Gateway. This service uses plain POST operations against the Web Server so other than providing URL and login information there are no further setup requirements. This service is compatible with Authorize.NET and uses the same processing logic.

What do you need:


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

Custom Properties you need to set

To configure Navigate for your account you pass the MerchantId and MerchantPassword properties.

CC = new ccNavigate(); // *** Link is defaulted to the below gateway URL so not actually required CC.HttpLink = "https://gateway.merchantplus.com/cgi-bin/PAWebClient.cgi "; CC.MerchantId = "yourMerchantId"; CC.MerchantPassword = "yourTransactionKey"; // ... set standard configuration properties CC.ValidateCard()



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

public class ccNavigate : ccAuthorizeNet

Class Members

MemberDescription
ValidateCard Processes the transaction against the Navigate gateway.
public bool ValidateCard()

Requirements

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

See also:

Using the Credit Card Processing Classes | Class ccProcessing

 Last Updated: 1/23/2008 | Send topic feedback