retrieve Fulfillment Debit MC Image Status

PUT {{baseUrl}}/v6/retrievalrequests/debitmc/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 retrieval requests.

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

Request Body

{"endDate"=>"2021-02-20", "startDate"=>"2021-02-11", "status"=>"COMPLETED"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"retrievalImageStatusList":[{"claimId":"200002020654","requestId":"300002296235","status":"COMPLETED"},{"claimId":"200002020654","requestId":"300002296235","status":"COMPLETED"}]}