Class ccPayFlowPro

This class processes credit cards against Verisign PayFlowPro gateway service. This service is set up to work with the PayFlow Pro COM object which must be installed and configured properly on the machine to process credit cards.

For more information on configuration of the gateway client please see the PayFlow Pro Configuration topic.

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

System.Object
  Westwind.WebStore.ccProcessing
    Westwind.WebStore.ccPayFlowPro

public class ccPayFlowPro : ccProcessing

Class Members

MemberDescription
ValidateCard Validates the credit card. Supported transactions include only Sale or Credit. Credits should have a negative sales amount.
public virtual bool ValidateCard();
HostPort Port on the server (Verisign)
ProxyAddress
ProxyPassword
ProxyPort
ProxyUsername
SignupPartner Sign up partner ID. Required only if you signed up through a third party.
UserId Overridden consistency with API names. maps to MerchantId

Requirements

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


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