Alerts Outcome Updated Event

The Alert Outcome Updated webhook (alerts.updated) is available exclusively for Chargeflow Alerts customers. It notifies your system whenever the outcome of handling a pre-chargeback alert changes.

The outcome field describes the result of Chargeflow's attempt to process the alert — whether a linked transaction was found and if a refund was successfully applied. This webhook ensures your systems remain up to date as alerts move through their lifecycle.

Possible outcome values: acknowledged, refunded, previously_refunded, transaction_not_found, pending, duplicate, decline, error.

The webhook payload includes the full alert object as available at the time of the outcome update. If further details are required, you can call the Get Alert by ID endpoint to retrieve the latest alert record.

Payload
string
required

The unique identifier of the alert

string
required

The account identifier associated with the alert

string | null
required

The external account identifier

null

The transaction object associated with the alert

string
required

The date when the alert was created

network_transaction
object
required

Network transaction details

string
required

The date when the status was last updated

string
enum
required

The current status of the alert

Allowed:
string
required

The statement descriptor for the transaction

number
required

The amount associated with the alert

string
required

The currency of the alert amount

string
enum
required

The outcome of the alert

Allowed:
string
enum
required

The type of alert

Allowed:
string
enum
required

The reason for the alert

Allowed:
Response
200

OK

LoadingLoading…