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.Object
handleCustomerDeletedEvent(com.stripe.model.Event event, com.stripe.model.StripeObject stripeObject)
java.lang.Object
handleLexofficeContactChanged(io.rocketbase.lexoffice.model.WebhookCallback payload, javax.servlet.http.HttpSession httpSession)
java.lang.Object
handlePaymentIntentCreatedEvent(com.stripe.model.StripeObject stripeObject)
java.lang.Object
handlePaymentIntentFailedEvent(com.stripe.model.StripeObject stripeObject)
java.lang.Object
handlePaymentIntentSucceededEvent(com.stripe.model.StripeObject stripeObject, javax.servlet.http.HttpSession httpSession)
java.lang.Object
handlePayoutPaidEvent(com.stripe.model.StripeObject stripeObject, javax.servlet.http.HttpSession httpSession)
java.lang.Object
handleSubscriptionCanceledEvent(com.stripe.model.Event event, com.stripe.model.StripeObject stripeObject)
java.lang.Object
handleSubscriptionDeletedEvent(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)
-
-