MED Contestation Management

GetDisputeDetails

View details of a specific dispute.

post/GetDisputeDetails

Request body

Methodstring required
PartnerIdstring required
BusinessUnitIdstring required
ProtocolIdstring required

Example request

{
  "Method": "GetDisputeDetails"
}

Response

Dispute details returned successfully

Successstring

Example response

{
  "Success": "true",
  "DisputeDetails": {
    "E2EId": "1234567890abcdef",
    "Description": "Transação suspeita de golpe no valor de R$ 500,00.",
    "SituationType": 1,
    "Status": 1,
    "ReceiverName": "Nome do Recebedor",
    "TransactionValue": 500,
    "ResponseDeadline": "2023-10-10T15:30:00Z",
    "CreateDate": "2023-10-02T10:00:00Z",
    "RefundedAmount": 500
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.