v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
MED Contestation Management

GetDisputes

Lists all disputes (disputes) for a bank account.

post/GetDisputes

Request body

Methodstring required
PartnerIdstring required
BusinessUnitIdstring required
Bankstring required
BankBranchstring required
BankAccountstring required
BankAccountDigitstring required

Example request

{
  "Method": "GetDisputes",
  "Bank": "450",
  "BankBranch": "0001",
  "BankAccount": "1635800010",
  "BankAccountDigit": "0"
}

Response

Dispute list returned successfully

Successstring

Example response

{
  "Success": "true",
  "Disputes": [
    {
      "ReceiverName": "Nome do Recebedor",
      "TransactionValue": 500,
      "Status": 1,
      "CreationDate": "2025-12-10T14:12:40"
    }
  ]
}