Namespace Rescope.Commerce.Core.PaymentProcessors
Classes
- InvoicePaymentProcessor
Basic payment processor which doesn't do much. You'll want to install a real processor like Stripe or Square.
Interfaces
- IPaymentProcessor
All payment processors implement this interface.
Processors can also optionally implement:
- IPaymentProcessorWithCapture
Payment processors can optionally implement this interface to allow for delayed capturing.
All processors MUST implement:
- IPaymentProcessorWithRefund
Payment processors can optionally implement this interface to allow refund management within Umbraco.
All processors MUST implement:
- IPaymentProcessorWithWebhook
Payment processors can optionally implement this interface to process webhooks sent by a 3rd party processor.
All processors MUST implement: