Click or drag to resize
IDirectPaymentGatewayProviderProcessPayment Method
Processes the payment in external gateway directly.

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

Parameters

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

Return Value

Type: PaymentResultInfo
Instance of PaymentResultInfo.
See Also