Interface IPaymentProcessorWithCapture
- Namespace
- Rescope.Commerce.Core.PaymentProcessors
- Assembly
- Rescope.Commerce.Core.dll
Payment processors can optionally implement this interface to allow for delayed capturing.
All processors MUST implement:
public interface IPaymentProcessorWithCapture
Methods
CapturePayment(CapturePaymentRequest)
Task<CapturePaymentResult> CapturePayment(CapturePaymentRequest request)
Parameters
request
CapturePaymentRequest