Click or drag to resize
CMSAuthorizeNetProviderValidateCustomData Method
Validates credit card paymentData submitted by user.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public override string ValidateCustomData(
	IDictionary<string, Object> paymentData
)

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object
Data to validate

Return Value

Type: String
Error messages if paymentData are not valid.
See Also