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