IDirectPaymentGatewayProviderProcessPayment Method |
Processes the payment in external gateway directly.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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