Click or drag to resize
IDelayedPaymentGatewayProvider Interface
Interface describing the external payment gateway supporting direct payments.

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

The IDelayedPaymentGatewayProvider type exposes the following members.

Properties
  NameDescription
Public propertyIsPaymentAuthorized
Indicates whether the payment is already authorized meaning that payment capture is possible.
Public propertyOrderId
Sets existing OrderInfo ID.
(Inherited from IPaymentGatewayProvider.)
Top
Methods
  NameDescription
Public methodAuthorizePayment
Authorizes a payment.
Public methodCapturePayment
Captures a payment.
Public methodUseDelayedPayment
Returns whether both gateway and provider shall use delayed payment method.
(Inherited from IPaymentGatewayProvider.)
Top
See Also