-
Classes Class Description com.adyen.model.balanceplatform.ContactDetails com.adyen.model.configurationwebhooks.ContactDetails com.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.
-
Constructors Constructor Description com.adyen.Client(String, String, Environment, int) As of library version 1.6.1, timeouts should be set byClient.setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)or directly byConfig.setConnectionTimeoutMillis(int connectionTimeoutMillis).