Click or drag to resize
IPaymentGatewayProcessorProcessPayment Method
Process payment using given provider.

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

Parameters

provider
Type: CMS.EcommerceIPaymentGatewayProvider
IPaymentGatewayProvider implementation.
paymentData
Type: System.Collections.GenericIDictionaryString, Object
Additional payment data.

Return Value

Type: PaymentResultInfo
Result provided by given provider.
See Also