ae20b30817de
List Dispute Alerts
Lists the dispute alerts and early fraud warnings across the accounts you can read.
Query parameters
Only alerts on this account's payments (biz_ tag). Omit it to cover every account you can read.
Only alerts on this payment (pay_ tag). A payment can carry several.
Only alerts of this kind. early_fraud_warning for issuer fraud reports, dispute_alert for pre-dispute notices, rapid_dispute_resolution for Visa RDR cases the network already closed.
The number of alerts to return (default 20, max 100).
A cursor; returns alerts after this position.
The number of alerts to return from the end of the range.
A cursor; returns alerts before this position.
The field to sort alerts by.
Sort direction.
Only alerts Whop received before this ISO 8601 timestamp.
Only alerts Whop received after this ISO 8601 timestamp.
Headers
Pins the request to a dated API version.
Response
dispute alerts listed
Example response
{
"data": [
{
"not_actionable_reason": "network_resolved",
"type": "early_fraud_warning"
}
]
}