retrieve Fulfillment Image Status
PUT {{baseUrl}}/v6/retrievalrequests/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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"retrievalImageStatusList":[{"claimId":"200002020654","requestId":"300002296235","status":"COMPLETED"},{"claimId":"200002020654","requestId":"300002296235","status":"COMPLETED"}]}