retrieve Chargeback Image Status

PUT {{baseUrl}}/v6/chargebacks/imagestatus

Issuers and acquirers use this endpoint to search for documents that have a specific status (completed, pending, failed, unavailable, and document not applicable) for chargebacks.

Note: For customers with high volumes of chargebacks or large numbers of BINs, Mastercom recommends using the Chargebacks Status endpoint rather than the Chargebacks Image Status endpoint.

Request Body

{"endDate"=>"2021-01-18", "startDate"=>"2021-01-03", "status"=>"COMPLETED", "ica"=>"123456"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"chargebackImageStatusList":[{"chargebackId":"300018439680","claimId":"200002020654","status":"COMPLETED"},{"chargebackId":"300018439680","claimId":"200002020654","status":"COMPLETED"}]}