Package com.adyen.service
Class HostedPaymentPages
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.HostedPaymentPages
-
public class HostedPaymentPages extends Service
-
-
Constructor Summary
Constructors Constructor Description HostedPaymentPages(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdirectoryLookup(Map<String,String> postParameters)List<PaymentMethod>getPaymentMethods(DirectoryLookupRequest request)SortedMap<String,String>getPostParametersFromDLRequest(DirectoryLookupRequest request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
HostedPaymentPages
public HostedPaymentPages(Client client)
-
-
Method Detail
-
directoryLookup
public String directoryLookup(Map<String,String> postParameters) throws HTTPClientException, IOException
- Throws:
HTTPClientExceptionIOException
-
getPostParametersFromDLRequest
public SortedMap<String,String> getPostParametersFromDLRequest(DirectoryLookupRequest request) throws SignatureException
- Throws:
SignatureException
-
getPaymentMethods
public List<PaymentMethod> getPaymentMethods(DirectoryLookupRequest request) throws SignatureException, IOException, HTTPClientException
-
-