Logo
Mastercard Developers API Documentation

Retrieve statuses for documents associated with cases

GET {{baseUrl}}/cases/documents/attributes?case_ids=laborum ipsum dolore es

Senders and receivers use this endpoint to retrieve the processing status of documents associated with cases.

 

Body PARAM

Key Datatype Required Description 
case_ids
string (Required) List of caseIds (identifier assigned by Mastercom to the case, obtained from the ```POST /cases/arbitrations``` or ```POST /cases/compliances``` endpoints).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "caseDocumentAttributes": [ { "caseId": "5415063", "documentStatus": "COMPLETED_SND_2/10/2021 8:43:21 AM represents a document from the sender. The document has completed processing on 10 February 2021 at 8:43:21 AM. There is no rebuttal for the case." }, { "caseId": "5415063", "documentStatus": "COMPLETED_SND_2/10/2021 8:43:21 AM represents a document from the sender. The document has completed processing on 10 February 2021 at 8:43:21 AM. There is no rebuttal for the case." } ] }



Curl
curl -X GET '/cases/documents/attributes?case_ids=laborum ipsum dolore es?case_ids=laborum ipsum dolore es' -H 'Accept: application/json'

ENDPOINTS