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.
Number of results to return from the start of the range.
Return 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.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
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": [
{
"account_id": "biz_xxxxxxxxxxxxxx",
"amount": 25,
"card_brand": "visa",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"id": "dspa_xxxxxxxxxxxxxx",
"payment_id": "pay_xxxxxxxxxxxxxx",
"product_id": "prod_xxxxxxxxxxxxxx",
"reported_at": "2026-01-01T12:00:00.000Z",
"transaction_at": "2026-01-01T12:00:00.000Z",
"type": "dispute_alert",
"updated_at": "2026-01-01T12:00:00.000Z"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}