Click or drag to resize
CMSAuthorizeNetProviderProcessPayment Method
Proceses the payment in external gateway directly.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public PaymentResultInfo ProcessPayment(
	IDictionary<string, Object> paymentData
)

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object
Additional payment data containing credit card data.

Return Value

Type: PaymentResultInfo
Instance of PaymentResultInfo.

Implements

IDirectPaymentGatewayProviderProcessPayment(IDictionaryString, Object)
See Also