Click or drag to resize
IPaymentGatewayProcessor Interface
Main entry point for processing payment on any payment gateways.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IPaymentGatewayProcessor

The IPaymentGatewayProcessor type exposes the following members.

Methods
  NameDescription
Public methodProcessPayment
Process payment using given provider.
Top
See Also