OpenAPI 3.1.02026-08-203914245.9 MB
4a1a4a5d2c72
Dispute alerts
Retrieve Dispute Alert
Retrieves a single dispute alert or early fraud warning by ID.
get/dispute_alerts/{id}
Path parameters
idstring required
The dispute alert ID, prefixed dspa_.
Headers
Api-Version-Datestring
Example:2026-08-14
Pins the request to a dated API version.
Response
dispute alert returned
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"amount": 25,
"card_brand": "visa",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"id": "dspa_xxxxxxxxxxxxxx",
"not_actionable_reason": "network_resolved",
"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": "rapid_dispute_resolution",
"updated_at": "2026-01-01T12:00:00.000Z"
}