| Package | Description |
|---|---|
| com.adyen.httpclient | |
| com.adyen.service |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpURLConnectionClient.post(String requestUrl,
Map<String,String> params,
Config config)
Does a POST request with HTTP key-value pairs
|
String |
ClientInterface.post(String endpoint,
Map<String,String> postParameters,
Config config) |
String |
HttpURLConnectionClient.request(String requestUrl,
String requestBody,
Config config)
Does a POST request.
|
String |
ClientInterface.request(String endpoint,
String json,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
String |
HostedPaymentPages.directoryLookup(Map<String,String> postParameters) |
List<PaymentMethod> |
HostedPaymentPages.getPaymentMethods(DirectoryLookupRequest request) |
Copyright © 2017. All rights reserved.