Package com.adyen.service.management
Class ClientKeyMerchantLevel
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.management.ClientKeyMerchantLevel
-
public class ClientKeyMerchantLevel extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description ClientKeyMerchantLevel(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateClientKeyResponsegenerateNewClientKey(String merchantId, String apiCredentialId)Generate new client key-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
ClientKeyMerchantLevel
public ClientKeyMerchantLevel(Client client)
-
-
Method Detail
-
generateNewClientKey
public GenerateClientKeyResponse generateNewClientKey(String merchantId, String apiCredentialId) throws ApiException, IOException
Generate new client key- Parameters:
merchantId- The unique identifier of the merchant account. (required)apiCredentialId- Unique identifier of the API credential. (required)- Returns:
- GenerateClientKeyResponse
- Throws:
ApiException- if fails to make API callIOException
-
-