Package com.alphapay.api
Class DefaultAlphaPayClient
java.lang.Object
com.alphapay.api.BaseAlphaPayClient
com.alphapay.api.DefaultAlphaPayClient
- All Implemented Interfaces:
AlphaPayClient
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAlphaPayClient(String gatewayUrl, String merchantPrivateKey, String alphaPayPublicKey) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.alphapay.api.BaseAlphaPayClient
execute
-
Constructor Details
-
DefaultAlphaPayClient
-
-
Method Details
-
buildCustomHeader
- Specified by:
buildCustomHeaderin classBaseAlphaPayClient
-
sendRequest
public HttpRpcResult sendRequest(String requestUrl, String httpMethod, Map<String, String> header, String reqBody) throws AlphaPayApiException- Specified by:
sendRequestin classBaseAlphaPayClient- Throws:
AlphaPayApiException
-