Accept
Last updated
Was this helpful?
The accept method concedes a dispute and accepts the loss.
disputeId
String
Yes
Dispute ID
reason
String
No
Internal reason
status
DisputeStatus
LOST
Map<String, Object> request = new HashMap<>();
request.put("disputeId", "dp_xxx");
Map<String, Object> response = disputeClient.accept(request);Last updated
Was this helpful?
Was this helpful?

