When using the Disputes Management for Lenders API calls to manage disputes, it is important to be aware of the distinction between the lenderDisputeId
(the dispute id generated by the Lender) and the id
(the dispute id generated by ChargeAfter).
How to Distinguish between Dispute ids in Requests
All lenders
calls to manage disputes (except for the initial creation of a dispute), require the id
parameter.
Either the lenderDisputeId
or the dispute id
generated by ChargeAfter can be used.
If you use the lenderDisputeId
, you must also send the useLenderDisputeId
parameter with the value of true
.