Alerts Outcome Updated Event
Fires when the outcome of a pre-chargeback alert changes. The payload carries the alert ID, the new outcome, and supporting metadata.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
idstringRequired
The unique identifier of the alert
account_idstringRequired
The account identifier associated with the alert
ext_account_idstringNullableRequired
The external account identifier
transactionnullOptional
The transaction object associated with the alert
created_atstringRequired
The date when the alert was created
network_transactionobjectRequired
Network transaction details
status_datestringRequired
The date when the status was last updated
statusstringRequired
The current status of the alert
Value in
- "alerted"
- "pending"
- "refund_initiated"
- "prevented"
statement_descriptorstringRequired
The statement descriptor for the transaction
amountnumberRequired
The amount associated with the alert
Response Body
Example Requests
POST
/alerts.updatedWas this page helpful?