Interface PaymentGatewaySubscriptionService
- All Known Implementing Classes:
AbstractPaymentGatewaySubscriptionService
public interface PaymentGatewaySubscriptionService
Some gateways allow you to create a form of recurring billing by creating a subscription profile. Note: Some Gateways charge an extra fee to enable this feature
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptioncancelGatewaySubscription
(PaymentRequestDTO requestDTO) createGatewaySubscription
(PaymentRequestDTO requestDTO) updateGatewaySubscription
(PaymentRequestDTO requestDTO)
-
Method Details
-
createGatewaySubscription
- Throws:
PaymentException
-
updateGatewaySubscription
- Throws:
PaymentException
-
cancelGatewaySubscription
- Throws:
PaymentException
-