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
| Modifier and Type | Method and Description | 
|---|---|
| PaymentResponseDTO | cancelGatewaySubscription(PaymentRequestDTO requestDTO) | 
| PaymentResponseDTO | createGatewaySubscription(PaymentRequestDTO requestDTO) | 
| PaymentResponseDTO | updateGatewaySubscription(PaymentRequestDTO requestDTO) | 
PaymentResponseDTO createGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionPaymentResponseDTO updateGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionPaymentResponseDTO cancelGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionCopyright © 2020. All rights reserved.