Package com.stripe

Class StripeEventNotificationHandler

java.lang.Object
com.stripe.StripeEventNotificationHandler

public class StripeEventNotificationHandler extends Object
Verifies incoming webhook signatures before routing event notifications to the callbacks registered on it. This is the handler you want unless events reach you through a channel that has already authenticated them, in which case see withoutVerification(StripeClient, EventNotificationFallbackCallback).