Class StripeHandlerServiceImpl

    • Constructor Detail

      • StripeHandlerServiceImpl

        public StripeHandlerServiceImpl()
    • Method Detail

      • handlePayoutPaidEvent

        public java.lang.Object handlePayoutPaidEvent​(com.stripe.model.StripeObject stripeObject,
                                                      javax.servlet.http.HttpSession httpSession)
        Specified by:
        handlePayoutPaidEvent in interface StripeHandlerService
      • handlePaymentIntentSucceededEvent

        public java.lang.Object handlePaymentIntentSucceededEvent​(com.stripe.model.StripeObject stripeObject,
                                                                  javax.servlet.http.HttpSession httpSession)
        Specified by:
        handlePaymentIntentSucceededEvent in interface StripeHandlerService
      • handleSubscriptionCanceledEvent

        public java.lang.Object handleSubscriptionCanceledEvent​(com.stripe.model.Event event,
                                                                com.stripe.model.StripeObject stripeObject)
                                                         throws com.stripe.exception.StripeException
        Specified by:
        handleSubscriptionCanceledEvent in interface StripeHandlerService
        Throws:
        com.stripe.exception.StripeException
      • handleCustomerDeletedEvent

        public java.lang.Object handleCustomerDeletedEvent​(com.stripe.model.Event event,
                                                           com.stripe.model.StripeObject stripeObject)
        Specified by:
        handleCustomerDeletedEvent in interface StripeHandlerService
      • handleLexofficeContactChanged

        public java.lang.Object handleLexofficeContactChanged​(io.rocketbase.lexoffice.model.WebhookCallback payload,
                                                              javax.servlet.http.HttpSession httpSession)
        Specified by:
        handleLexofficeContactChanged in interface StripeHandlerService