Package com.stripe
Class StripeEventNotificationHandler
java.lang.Object
com.stripe.StripeEventNotificationHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFunctional interface for callback functions.static interfaceFunctional interface for handling otherwise unhandled events.static classInformation about an unhandled event notification to make it easier to respond (and potentially update your integration). -
Constructor Summary
ConstructorsConstructorDescriptionStripeEventNotificationHandler(String webhookSecret, StripeClient client, StripeEventNotificationHandler.FallbackCallback fallbackCallback) -
Method Summary
Modifier and TypeMethodDescriptionGet a sorted list of all registered event types.voidHandle an incoming webhook event notification.onV1BillingMeterErrorReportTriggered(StripeEventNotificationHandler.Callback<V1BillingMeterErrorReportTriggeredEventNotification> callback) onV1BillingMeterNoMeterFound(StripeEventNotificationHandler.Callback<V1BillingMeterNoMeterFoundEventNotification> callback) onV2CoreAccountClosed(StripeEventNotificationHandler.Callback<V2CoreAccountClosedEventNotification> callback) onV2CoreAccountCreated(StripeEventNotificationHandler.Callback<V2CoreAccountCreatedEventNotification> callback) onV2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationCustomerUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationMerchantUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationRecipientUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification> callback) onV2CoreAccountIncludingConfigurationStorerUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification> callback) onV2CoreAccountIncludingDefaultsUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingDefaultsUpdatedEventNotification> callback) onV2CoreAccountIncludingFutureRequirementsUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingFutureRequirementsUpdatedEventNotification> callback) onV2CoreAccountIncludingIdentityUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingIdentityUpdatedEventNotification> callback) onV2CoreAccountIncludingRequirementsUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingRequirementsUpdatedEventNotification> callback) onV2CoreAccountLinkReturned(StripeEventNotificationHandler.Callback<V2CoreAccountLinkReturnedEventNotification> callback) onV2CoreAccountPersonCreated(StripeEventNotificationHandler.Callback<V2CoreAccountPersonCreatedEventNotification> callback) onV2CoreAccountPersonDeleted(StripeEventNotificationHandler.Callback<V2CoreAccountPersonDeletedEventNotification> callback) onV2CoreAccountPersonUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountPersonUpdatedEventNotification> callback) onV2CoreAccountUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountUpdatedEventNotification> callback) onV2CoreEventDestinationPing(StripeEventNotificationHandler.Callback<V2CoreEventDestinationPingEventNotification> callback) onV2CoreHealthEventGenerationFailureResolved(StripeEventNotificationHandler.Callback<V2CoreHealthEventGenerationFailureResolvedEventNotification> callback) onV2MoneyManagementAdjustmentCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementAdjustmentCreatedEventNotification> callback) onV2MoneyManagementFinancialAccountCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAccountCreatedEventNotification> callback) onV2MoneyManagementFinancialAccountUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAccountUpdatedEventNotification> callback) onV2MoneyManagementFinancialAddressActivated(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAddressActivatedEventNotification> callback) onV2MoneyManagementFinancialAddressFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAddressFailedEventNotification> callback) onV2MoneyManagementInboundTransferAvailable(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferAvailableEventNotification> callback) onV2MoneyManagementInboundTransferBankDebitFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitFailedEventNotification> callback) onV2MoneyManagementInboundTransferBankDebitProcessing(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitProcessingEventNotification> callback) onV2MoneyManagementInboundTransferBankDebitQueued(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitQueuedEventNotification> callback) onV2MoneyManagementInboundTransferBankDebitReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitReturnedEventNotification> callback) onV2MoneyManagementInboundTransferBankDebitSucceeded(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitSucceededEventNotification> callback) onV2MoneyManagementOutboundPaymentCanceled(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentCanceledEventNotification> callback) onV2MoneyManagementOutboundPaymentCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentCreatedEventNotification> callback) onV2MoneyManagementOutboundPaymentFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentFailedEventNotification> callback) onV2MoneyManagementOutboundPaymentPosted(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentPostedEventNotification> callback) onV2MoneyManagementOutboundPaymentReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentReturnedEventNotification> callback) onV2MoneyManagementOutboundPaymentUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentUpdatedEventNotification> callback) onV2MoneyManagementOutboundTransferCanceled(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferCanceledEventNotification> callback) onV2MoneyManagementOutboundTransferCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferCreatedEventNotification> callback) onV2MoneyManagementOutboundTransferFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferFailedEventNotification> callback) onV2MoneyManagementOutboundTransferPosted(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferPostedEventNotification> callback) onV2MoneyManagementOutboundTransferReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferReturnedEventNotification> callback) onV2MoneyManagementOutboundTransferUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferUpdatedEventNotification> callback) onV2MoneyManagementPayoutMethodCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementPayoutMethodCreatedEventNotification> callback) onV2MoneyManagementPayoutMethodUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementPayoutMethodUpdatedEventNotification> callback) onV2MoneyManagementReceivedCreditAvailable(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditAvailableEventNotification> callback) onV2MoneyManagementReceivedCreditFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditFailedEventNotification> callback) onV2MoneyManagementReceivedCreditReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditReturnedEventNotification> callback) onV2MoneyManagementReceivedCreditSucceeded(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditSucceededEventNotification> callback) onV2MoneyManagementReceivedDebitCanceled(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitCanceledEventNotification> callback) onV2MoneyManagementReceivedDebitFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitFailedEventNotification> callback) onV2MoneyManagementReceivedDebitPending(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitPendingEventNotification> callback) onV2MoneyManagementReceivedDebitSucceeded(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitSucceededEventNotification> callback) onV2MoneyManagementReceivedDebitUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitUpdatedEventNotification> callback) onV2MoneyManagementTransactionCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementTransactionCreatedEventNotification> callback) onV2MoneyManagementTransactionUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementTransactionUpdatedEventNotification> callback)
-
Constructor Details
-
StripeEventNotificationHandler
public StripeEventNotificationHandler(String webhookSecret, StripeClient client, StripeEventNotificationHandler.FallbackCallback fallbackCallback)
-
-
Method Details
-
handle
Handle an incoming webhook event notification.- Parameters:
webhookBody- the incoming webhook bodysigHeader- the incoming webhook signature header- Throws:
SignatureVerificationException- if the validation of the webhook signature failsIllegalArgumentException- if no handler is registered for the event type
-
onV1BillingMeterErrorReportTriggered
public StripeEventNotificationHandler onV1BillingMeterErrorReportTriggered(StripeEventNotificationHandler.Callback<V1BillingMeterErrorReportTriggeredEventNotification> callback) -
onV1BillingMeterNoMeterFound
public StripeEventNotificationHandler onV1BillingMeterNoMeterFound(StripeEventNotificationHandler.Callback<V1BillingMeterNoMeterFoundEventNotification> callback) -
onV2CoreAccountClosed
public StripeEventNotificationHandler onV2CoreAccountClosed(StripeEventNotificationHandler.Callback<V2CoreAccountClosedEventNotification> callback) -
onV2CoreAccountCreated
public StripeEventNotificationHandler onV2CoreAccountCreated(StripeEventNotificationHandler.Callback<V2CoreAccountCreatedEventNotification> callback) -
onV2CoreAccountUpdated
public StripeEventNotificationHandler onV2CoreAccountUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationCustomerUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationCustomerUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationMerchantUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationMerchantUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationRecipientUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationRecipientUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification> callback) -
onV2CoreAccountIncludingConfigurationStorerUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingConfigurationStorerUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification> callback) -
onV2CoreAccountIncludingDefaultsUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingDefaultsUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingDefaultsUpdatedEventNotification> callback) -
onV2CoreAccountIncludingFutureRequirementsUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingFutureRequirementsUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingFutureRequirementsUpdatedEventNotification> callback) -
onV2CoreAccountIncludingIdentityUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingIdentityUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingIdentityUpdatedEventNotification> callback) -
onV2CoreAccountIncludingRequirementsUpdated
public StripeEventNotificationHandler onV2CoreAccountIncludingRequirementsUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountIncludingRequirementsUpdatedEventNotification> callback) -
onV2CoreAccountLinkReturned
public StripeEventNotificationHandler onV2CoreAccountLinkReturned(StripeEventNotificationHandler.Callback<V2CoreAccountLinkReturnedEventNotification> callback) -
onV2CoreAccountPersonCreated
public StripeEventNotificationHandler onV2CoreAccountPersonCreated(StripeEventNotificationHandler.Callback<V2CoreAccountPersonCreatedEventNotification> callback) -
onV2CoreAccountPersonDeleted
public StripeEventNotificationHandler onV2CoreAccountPersonDeleted(StripeEventNotificationHandler.Callback<V2CoreAccountPersonDeletedEventNotification> callback) -
onV2CoreAccountPersonUpdated
public StripeEventNotificationHandler onV2CoreAccountPersonUpdated(StripeEventNotificationHandler.Callback<V2CoreAccountPersonUpdatedEventNotification> callback) -
onV2CoreEventDestinationPing
public StripeEventNotificationHandler onV2CoreEventDestinationPing(StripeEventNotificationHandler.Callback<V2CoreEventDestinationPingEventNotification> callback) -
onV2CoreHealthEventGenerationFailureResolved
public StripeEventNotificationHandler onV2CoreHealthEventGenerationFailureResolved(StripeEventNotificationHandler.Callback<V2CoreHealthEventGenerationFailureResolvedEventNotification> callback) -
onV2MoneyManagementAdjustmentCreated
public StripeEventNotificationHandler onV2MoneyManagementAdjustmentCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementAdjustmentCreatedEventNotification> callback) -
onV2MoneyManagementFinancialAccountCreated
public StripeEventNotificationHandler onV2MoneyManagementFinancialAccountCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAccountCreatedEventNotification> callback) -
onV2MoneyManagementFinancialAccountUpdated
public StripeEventNotificationHandler onV2MoneyManagementFinancialAccountUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAccountUpdatedEventNotification> callback) -
onV2MoneyManagementFinancialAddressActivated
public StripeEventNotificationHandler onV2MoneyManagementFinancialAddressActivated(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAddressActivatedEventNotification> callback) -
onV2MoneyManagementFinancialAddressFailed
public StripeEventNotificationHandler onV2MoneyManagementFinancialAddressFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementFinancialAddressFailedEventNotification> callback) -
onV2MoneyManagementInboundTransferAvailable
public StripeEventNotificationHandler onV2MoneyManagementInboundTransferAvailable(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferAvailableEventNotification> callback) -
onV2MoneyManagementInboundTransferBankDebitFailed
public StripeEventNotificationHandler onV2MoneyManagementInboundTransferBankDebitFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitFailedEventNotification> callback) -
onV2MoneyManagementInboundTransferBankDebitProcessing
public StripeEventNotificationHandler onV2MoneyManagementInboundTransferBankDebitProcessing(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitProcessingEventNotification> callback) -
onV2MoneyManagementInboundTransferBankDebitQueued
public StripeEventNotificationHandler onV2MoneyManagementInboundTransferBankDebitQueued(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitQueuedEventNotification> callback) -
onV2MoneyManagementInboundTransferBankDebitReturned
public StripeEventNotificationHandler onV2MoneyManagementInboundTransferBankDebitReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitReturnedEventNotification> callback) -
onV2MoneyManagementInboundTransferBankDebitSucceeded
public StripeEventNotificationHandler onV2MoneyManagementInboundTransferBankDebitSucceeded(StripeEventNotificationHandler.Callback<V2MoneyManagementInboundTransferBankDebitSucceededEventNotification> callback) -
onV2MoneyManagementOutboundPaymentCanceled
public StripeEventNotificationHandler onV2MoneyManagementOutboundPaymentCanceled(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentCanceledEventNotification> callback) -
onV2MoneyManagementOutboundPaymentCreated
public StripeEventNotificationHandler onV2MoneyManagementOutboundPaymentCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentCreatedEventNotification> callback) -
onV2MoneyManagementOutboundPaymentFailed
public StripeEventNotificationHandler onV2MoneyManagementOutboundPaymentFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentFailedEventNotification> callback) -
onV2MoneyManagementOutboundPaymentPosted
public StripeEventNotificationHandler onV2MoneyManagementOutboundPaymentPosted(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentPostedEventNotification> callback) -
onV2MoneyManagementOutboundPaymentReturned
public StripeEventNotificationHandler onV2MoneyManagementOutboundPaymentReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentReturnedEventNotification> callback) -
onV2MoneyManagementOutboundPaymentUpdated
public StripeEventNotificationHandler onV2MoneyManagementOutboundPaymentUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundPaymentUpdatedEventNotification> callback) -
onV2MoneyManagementOutboundTransferCanceled
public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferCanceled(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferCanceledEventNotification> callback) -
onV2MoneyManagementOutboundTransferCreated
public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferCreatedEventNotification> callback) -
onV2MoneyManagementOutboundTransferFailed
public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferFailedEventNotification> callback) -
onV2MoneyManagementOutboundTransferPosted
public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferPosted(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferPostedEventNotification> callback) -
onV2MoneyManagementOutboundTransferReturned
public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferReturnedEventNotification> callback) -
onV2MoneyManagementOutboundTransferUpdated
public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementOutboundTransferUpdatedEventNotification> callback) -
onV2MoneyManagementPayoutMethodCreated
public StripeEventNotificationHandler onV2MoneyManagementPayoutMethodCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementPayoutMethodCreatedEventNotification> callback) -
onV2MoneyManagementPayoutMethodUpdated
public StripeEventNotificationHandler onV2MoneyManagementPayoutMethodUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementPayoutMethodUpdatedEventNotification> callback) -
onV2MoneyManagementReceivedCreditAvailable
public StripeEventNotificationHandler onV2MoneyManagementReceivedCreditAvailable(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditAvailableEventNotification> callback) -
onV2MoneyManagementReceivedCreditFailed
public StripeEventNotificationHandler onV2MoneyManagementReceivedCreditFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditFailedEventNotification> callback) -
onV2MoneyManagementReceivedCreditReturned
public StripeEventNotificationHandler onV2MoneyManagementReceivedCreditReturned(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditReturnedEventNotification> callback) -
onV2MoneyManagementReceivedCreditSucceeded
public StripeEventNotificationHandler onV2MoneyManagementReceivedCreditSucceeded(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedCreditSucceededEventNotification> callback) -
onV2MoneyManagementReceivedDebitCanceled
public StripeEventNotificationHandler onV2MoneyManagementReceivedDebitCanceled(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitCanceledEventNotification> callback) -
onV2MoneyManagementReceivedDebitFailed
public StripeEventNotificationHandler onV2MoneyManagementReceivedDebitFailed(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitFailedEventNotification> callback) -
onV2MoneyManagementReceivedDebitPending
public StripeEventNotificationHandler onV2MoneyManagementReceivedDebitPending(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitPendingEventNotification> callback) -
onV2MoneyManagementReceivedDebitSucceeded
public StripeEventNotificationHandler onV2MoneyManagementReceivedDebitSucceeded(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitSucceededEventNotification> callback) -
onV2MoneyManagementReceivedDebitUpdated
public StripeEventNotificationHandler onV2MoneyManagementReceivedDebitUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementReceivedDebitUpdatedEventNotification> callback) -
onV2MoneyManagementTransactionCreated
public StripeEventNotificationHandler onV2MoneyManagementTransactionCreated(StripeEventNotificationHandler.Callback<V2MoneyManagementTransactionCreatedEventNotification> callback) -
onV2MoneyManagementTransactionUpdated
public StripeEventNotificationHandler onV2MoneyManagementTransactionUpdated(StripeEventNotificationHandler.Callback<V2MoneyManagementTransactionUpdatedEventNotification> callback) -
getRegisteredEventTypes
Get a sorted list of all registered event types.- Returns:
- A sorted list of event type strings
-