Package com.adyen.service
Class TerminalLocalAPIUnencrypted
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.TerminalLocalAPIUnencrypted
-
@Deprecated public class TerminalLocalAPIUnencrypted extends Service
Deprecated.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.
-
-
Constructor Summary
Constructors Constructor Description TerminalLocalAPIUnencrypted(Client client)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TerminalAPIResponserequest(TerminalAPIRequest terminalAPIRequest)Deprecated.Local Terminal API call-
Methods inherited from class com.adyen.Service
createBaseURL, getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TerminalLocalAPIUnencrypted
public TerminalLocalAPIUnencrypted(Client client)
Deprecated.
-
-
Method Detail
-
request
public TerminalAPIResponse request(TerminalAPIRequest terminalAPIRequest) throws Exception
Deprecated.Local Terminal API call- Parameters:
terminalAPIRequest- TerminalAPIRequest- Returns:
- TerminalAPIResponse
- Throws:
Exception- exception
-
-