Interface StripeHandlerService

    • Method Detail

      • handlePayoutPaidEvent

        java.lang.Object handlePayoutPaidEvent​(com.stripe.model.StripeObject stripeObject,
                                               javax.servlet.http.HttpSession httpSession)
      • handlePaymentIntentFailedEvent

        java.lang.Object handlePaymentIntentFailedEvent​(com.stripe.model.StripeObject stripeObject)
      • handlePaymentIntentSucceededEvent

        java.lang.Object handlePaymentIntentSucceededEvent​(com.stripe.model.StripeObject stripeObject,
                                                           javax.servlet.http.HttpSession httpSession)
      • handlePaymentIntentCreatedEvent

        java.lang.Object handlePaymentIntentCreatedEvent​(com.stripe.model.StripeObject stripeObject)
      • handleSubscriptionCanceledEvent

        java.lang.Object handleSubscriptionCanceledEvent​(com.stripe.model.Event event,
                                                         com.stripe.model.StripeObject stripeObject)
                                                  throws com.stripe.exception.StripeException
        Throws:
        com.stripe.exception.StripeException
      • handleSubscriptionDeletedEvent

        java.lang.Object handleSubscriptionDeletedEvent​(com.stripe.model.Event event,
                                                        com.stripe.model.StripeObject stripeObject)
      • handleCustomerDeletedEvent

        java.lang.Object handleCustomerDeletedEvent​(com.stripe.model.Event event,
                                                    com.stripe.model.StripeObject stripeObject)
      • handleLexofficeContactChanged

        java.lang.Object handleLexofficeContactChanged​(io.rocketbase.lexoffice.model.WebhookCallback payload,
                                                       javax.servlet.http.HttpSession httpSession)