retrieve Case Filing Image Status
PUT {{baseUrl}}/v6/cases/imagestatus
Issuers and acquirers use this endpoint to search documents that have a specific status (completed, pending, failed, unavailable, and document not applicable) for case filings.
Note: For customers with high volumes of chargebacks or large numbers of BINs, Mastercom recommends using the Case Filing Status endpoint rather than the Case Filing 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
{"caseFilingImageStatusList":[{"caseId":"536092","status":"COMPLETED"},{"caseId":"536092","status":"COMPLETED"}]}