Class ClientKeyMerchantLevel

    • 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 call
        IOException