MED Contestation Management
GetDisputes
Lists all disputes (disputes) for a bank account.
post/GetDisputes
Request body
Example request
{
"Method": "GetDisputes",
"Bank": "450",
"BankBranch": "0001",
"BankAccount": "1635800010",
"BankAccountDigit": "0"
}Response
Dispute list returned successfully
Example response
{
"Success": "true",
"Disputes": [
{
"ReceiverName": "Nome do Recebedor",
"TransactionValue": 500,
"Status": 1,
"CreationDate": "2025-12-10T14:12:40"
}
]
}