Click or drag to resize
CMSAuthorizeNetProviderAuthorizePaymentInternal Method
Authorizes a payment.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void AuthorizePaymentInternal(
	IDictionary<string, Object> paymentData
)

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object
Additional payment data containing credit card data.
Remarks
Method stores the gateway response data into AuthorizeNetPaymentResult. Any occurred error is logged to event log.
See Also