Get
Last updated
Was this helpful?
The get method retrieves dispute status.
disputeId
String
Yes
Dispute ID
status
DisputeStatus
NEEDS_RESPONSE, WON, LOST
Map<String, Object> request = new HashMap<>();
request.put("disputeId", "dp_xxx");
Map<String, Object> response = disputeClient.get(request);Last updated
Was this helpful?
Was this helpful?

