-
Classes Class Description com.adyen.model.balanceplatform.ContactDetails com.adyen.model.configurationwebhooks.ContactDetails com.adyen.notification.BankingWebhookHandler Each webhook provides its own handler, for example use AcsWebhooksHandler to process AcsWebhooks events Use the specific WebhookHandler implementation: AcsWebhooks, ReportWebhooksHandler, ConfigurationWebhooks, TransferWebhooks, TransactionWebhooks, etc..com.adyen.notification.ManagementWebhookHandler Use instead com.adyen.model.managementwebhooks.ManagementWebhookHandlercom.adyen.service.BalanceControlApi Use instead com.adyen.service.balancecontrol.BalanceControlApicom.adyen.service.BinLookupApi Use instead com.adyen.service.binlookup.BinLookupApicom.adyen.service.DataProtectionApi Use instead com.adyen.service.dataprotection.DataProtectionApicom.adyen.service.DisputesApi Use instead com.adyen.service.disputes.DisputesApicom.adyen.service.PaymentApi Use instead PaymentsApi and ModificationsApi in the com.adyen.service.payment packagecom.adyen.service.PaymentsAppApi Use instead com.adyen.service.paymentsapp.PaymentsAppApicom.adyen.service.PosMobileApi Use instead com.adyen.service.posmobile.PosMobileApicom.adyen.service.PosTerminalManagementApi Use instead PaymentsApi and ModificationsApi in the com.adyen.service.payment packagecom.adyen.service.RecurringApi Use instead com.adyen.service.recurring.RecurringApicom.adyen.service.StoredValueApi Use instead com.adyen.service.storedvalue.StoredValueApicom.adyen.service.TerminalLocalAPIUnencrypted This class is deprecated and will be removed in one of the future releases. Find guide on how to use the local terminal API without encryption in the README.[UNENCRYPTED] Local Terminal Api. Use this class (in TEST only) to experiment with the Local Terminal API separately from the encryption implementation required for live payments.
Be sure to remove the encryption key details on the Customer Area as it will not work with encryption key details set up.