Search & list Dispute Alerts
Search and list pre-chargeback dispute alerts in your workspace. Use the available filters to narrow results by status, match state, program, and date range.
Query parameters
Filter for a list of alerts by ID.
Filter for a list of alerts by workspace ID.
Filter for a list of alerts by enrollment ID.
Filter for a list of alerts by status (e.g. Received, Resolved, Declined).
Filter for a list of alerts by one or more merchant-facing status buckets, comma-separated (e.g. filter[displayStatus]=Processing,ActionNeeded).
Filter for a list of alerts by match state (matched, unmatched, ambiguous, retrying).
Filter for a list of alerts by network program (Ethoca, CDRN, RDR, SAFE).
Filter for a list of alerts by matched payment ID.
Filter for a list of alerts by linked dispute ID.
Filter for a list of alerts by Acquirer Reference Number.
Filter for a list of alerts by creation date. Accepts ISO 8601 date-time values or range expressions (e.g. [2024-01-01T00:00:00Z,2024-12-31T23:59:59Z)).
Filter for a list of alerts by provider creation date. Accepts ISO 8601 date-time values or range expressions.
Response
Success.
Example response
{
"results": [
{
"amount": {
"value": "12.50",
"currency": "EUR"
}
}
]
}