Click or drag to resize
CMSAuthorizeNetProvider Methods

The CMSAuthorizeNetProvider type exposes the following members.

Methods
  NameDescription
Public methodAddAdditionalInfoToPaymentResult
Adds some additional information to payment result, such as time stamp and payment method name.
(Inherited from CMSPaymentGatewayProvider.)
Public methodCreatePaymentResultInfo
Creates Authorize.Net payment result object.
(Overrides CMSPaymentGatewayProviderCreatePaymentResultInfo.)
Public methodGetOrderDescription
Builds an order description from the order data which is attached to the payment request.
Public methodGetPaymentDataFormPath
Returns payment gateway form path with custom controls.
(Overrides CMSPaymentGatewayProviderGetPaymentDataFormPath.)
Public methodGetPaymentGatewayUrl
Returns payment gateway url.
(Inherited from CMSPaymentGatewayProvider.)
Public methodGetResponseParameterValue
Returns specified response parameter value from the array of values.
Public methodInitializeGatewayControl
Adds payment gateway custom data to the current shopping cart step - payment gateway form with initialized custom controls is added by default.
(Inherited from CMSPaymentGatewayProvider.)
Public methodInitializePaymentRequest
Fills empty input name-value collection with payment request parameters' names and their values.
Public methodIsUserAuthorizedToFinishPayment
Checks whether specified user is authorized to finish payment.
(Inherited from CMSPaymentGatewayProvider.)
Public methodProcessCustomData
Process payment gateway custom data of the current shopping cart step - payment gateway form data processing is performed by default.
(Inherited from CMSPaymentGatewayProvider.)
Public methodProcessPayment
Process payment.
(Overrides CMSPaymentGatewayProviderProcessPayment.)
Public methodProcessPaymentGatewayDecodedResponse
Process payment gateway decoded response and updates payment result.
Public methodUpdateOrderPaymentResult
Updates order payment result in database.
(Inherited from CMSPaymentGatewayProvider.)
Protected methodUpdateOrderStatus
Assigns order status to order. If can not be used due to global objects settings, looks for site status with the same code name.
(Inherited from CMSPaymentGatewayProvider.)
Public methodValidateCustomData
Validates payment gateway custom data of the current shopping cart step - payment gateway form data validation is performed by default.
(Inherited from CMSPaymentGatewayProvider.)
Top
See Also