public class InstoreClient extends AmazonPayClient
connectionManager, payConfiguration, requestSigner| Constructor and Description |
|---|
InstoreClient(PayConfiguration payConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
AmazonPayResponse |
charge(org.json.JSONObject chargeRequest)
Helps the merchant make the charge request
|
AmazonPayResponse |
charge(org.json.JSONObject chargeRequest,
Map<String,String> header)
Helps the solution provider make the charge request with their auth token
|
AmazonPayResponse |
merchantScan(org.json.JSONObject scanRequest)
Helps the merchant make the merchantScan request
|
AmazonPayResponse |
merchantScan(org.json.JSONObject scanRequest,
Map<String,String> header)
Helps the solution provider make the merchantScan request with their auth token
|
AmazonPayResponse |
refund(org.json.JSONObject refundRequest)
Helps the merchant make the refund request
|
AmazonPayResponse |
refund(org.json.JSONObject refundRequest,
Map<String,String> header)
Helps the solution provider make the refund request with their auth token
|
callAPI, deleteAmazonPayAccount, deleteAmazonPayAccount, deliveryTracker, deliveryTracker, generateButtonSignature, generateButtonSignature, getAuthorizationToken, getClosableHttpClientWithConnectionPool, getClosableHttpClientWithPoolAndProxy, getPoolStats, registerAmazonPayAccount, registerAmazonPayAccount, updateAmazonPayAccount, updateAmazonPayAccountpublic InstoreClient(PayConfiguration payConfiguration) throws AmazonPayClientException
AmazonPayClientExceptionpublic AmazonPayResponse merchantScan(org.json.JSONObject scanRequest, Map<String,String> header) throws AmazonPayClientException
scanRequest - is the scan request bodyheader - consists the authToken of the merchantAmazonPayClientException - When an error response is returned by Amazon Pay due to bad request or other issuepublic AmazonPayResponse merchantScan(org.json.JSONObject scanRequest) throws AmazonPayClientException
scanRequest - is the scan request bodyAmazonPayClientException - When an error response is returned by Amazon Pay due to bad request or other issuepublic AmazonPayResponse charge(org.json.JSONObject chargeRequest, Map<String,String> header) throws AmazonPayClientException
chargeRequest - is the charge request bodyheader - consists the authToken of the merchantAmazonPayClientException - When an error response is returned by Amazon Pay due to bad request or other issuepublic AmazonPayResponse charge(org.json.JSONObject chargeRequest) throws AmazonPayClientException
chargeRequest - is the charge request bodyAmazonPayClientException - When an error response is returned by Amazon Pay due to bad request or other issuepublic AmazonPayResponse refund(org.json.JSONObject refundRequest, Map<String,String> header) throws AmazonPayClientException
refundRequest - is the refund request bodyheader - consists the authToken of the merchantAmazonPayClientException - When an error response is returned by Amazon Pay due to bad request or other issuepublic AmazonPayResponse refund(org.json.JSONObject refundRequest) throws AmazonPayClientException
refundRequest - is the refund request bodyAmazonPayClientException - When an error response is returned by Amazon Pay due to bad request or other issueCopyright © 2025. All rights reserved.