v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBDisputes
Count disputes per group status
Count disputes aggregated by group status.
get/v1/disputes/count
Query parameters
accountIdnumber
Example:123
Account ID. REQUIRED if beginDate not provided.
beginDatestring
Example:2020-01-31
Beginning date filter, format = yyyy-mm-dd. REQUIRED if accountId not provided.
endDatestring
Example:2020-02-01
End date filter, format = yyyy-mm-dd.
isNetworkboolean
Example:true
Return only network disputes? Default is false.
Response
OK
Example response
{
"OPEN": 1,
"DENIED": 2,
"ANALYSING": 1,
"FAILED": 1,
"RESEND": 1,
"LOSS": 1,
"WON": 1,
"REJECTED": 1,
"FAILED_PROCESSED": 1
}