acknowledge Chargebacks Debit MC

PUT {{baseUrl}}/v6/chargebacks/debitmc/acknowledge

Issuers and acquirers use this endpoint to acknowledge a chargeback or second presentment. Acknowledging a chargeback or second presentment moves the claim from the Unworked queue to the Worked queue. Acknowledging the chargeback or second presentment does not close the claim. Issuers and acquirers may take further actions on acknowledged claims.

Note: for efficient processing, issuers and acquirers should send 100 acknowledgments or fewer in a single request.

Request Body

{"chargebackList"=>[{"chargebackId"=>"300018439680", "claimId"=>"200002020654"}, {"chargebackId"=>"300018439680", "claimId"=>"200002020654"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"chargebackResponseList":[{"chargebackId":"300018439680","status":"FAILURE","failureReason":"Failed to execute useCase: The item #300000000099 has already been processed."},{"chargebackId":"300018439680","status":"FAILURE","failureReason":"Failed to execute useCase: The item #300000000099 has already been processed."}]}