Click or drag to resize
CMSAuthorizeNetProviderAuthorizePayment Method
Authorizes a payment.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public PaymentResultInfo AuthorizePayment(
	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

IDelayedPaymentGatewayProviderAuthorizePayment(IDictionaryString, Object)
Remarks
Returned object contains transaction identifier which needs to be persisted to allow further manipulation.
See Also