Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / PaymentProviderBase Class


In This Topic
    PaymentProviderBase Class Methods
    In This Topic

    For a list of all members of this type, see PaymentProviderBase members.

    Public Methods
     NameDescription
    Public Method Requests cancellation of a recurring billing authorization.  
    Public Method Submits an authorization request  
    Public Method  
    Public Method Submits a recurring billing authorization request.  
    Public Method Submits a capture request for a previously authorized transaction  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method Submits a refund request for a previously captured transaction  
    Public Method  
    Public Method  
    Public Method  
    Public Method Submits a void request for a previously authorized transaction  
    Public Method Gets a Url for the configuration of the shipping provider implementation  
    Public Method Gets a Url for the logo of the payment provider implementation  
    Public Method Initializes the payment provider implementation. Called by AC at the time of initialization.  
    Top
    Protected Methods
     NameDescription
    Protected Method Creates a reference number from the given credit card account number. Leaves the last 4 characters in place and replaces the rest with x  
    Protected Method Records a transaction message to the debug log.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also