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
PaymentException
PaymentResponseDTO updateGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
PaymentException
PaymentResponseDTO cancelGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException
PaymentException
Copyright © 2022. All rights reserved.