Defend
Overview
Request Fields
Field
Type
Required
Description
Example
Map<String, Object> request = new HashMap<>();
request.put("disputeId", "dp_xxx");
request.put("reasonCode", "product_or_service_provided");
request.put("explanation", "Product delivered successfully");
Map<String, Object> response = disputeClient.defend(request);Last updated
Was this helpful?

