Interface StripeHandlerService
-
- All Known Implementing Classes:
StripeHandlerServiceImpl
public interface StripeHandlerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjecthandleCustomerDeletedEvent(com.stripe.model.Event event, com.stripe.model.StripeObject stripeObject)java.lang.ObjecthandleLexofficeContactChanged(io.rocketbase.lexoffice.model.WebhookCallback payload, javax.servlet.http.HttpSession httpSession)java.lang.ObjecthandlePaymentIntentCreatedEvent(com.stripe.model.StripeObject stripeObject)java.lang.ObjecthandlePaymentIntentFailedEvent(com.stripe.model.StripeObject stripeObject)java.lang.ObjecthandlePaymentIntentSucceededEvent(com.stripe.model.StripeObject stripeObject, javax.servlet.http.HttpSession httpSession)java.lang.ObjecthandlePayoutPaidEvent(com.stripe.model.StripeObject stripeObject, javax.servlet.http.HttpSession httpSession)java.lang.ObjecthandleSubscriptionCanceledEvent(com.stripe.model.Event event, com.stripe.model.StripeObject stripeObject)java.lang.ObjecthandleSubscriptionDeletedEvent(com.stripe.model.Event event, com.stripe.model.StripeObject stripeObject)
-
-
-
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)
-
-