List Dispute Alerts
Lists the dispute alerts and early fraud warnings across the accounts you can read.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
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.
early_fraud_warning, dispute_alert, rapid_dispute_resolution Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
The field to sort alerts by.
created_at, reported_at, amount Sort direction.
asc, desc Only alerts Whop received before this ISO 8601 timestamp.
Only alerts Whop received after this ISO 8601 timestamp.

