Alerts Created Event

The Alert Created webhook is available exclusively for Chargeflow Alerts customers. It notifies your system in real time whenever a new pre-chargeback alert is created for your account. When a new alert is received by Chargeflow, the webhook sends an HTTP POST request to your configured endpoint containing the full alert object as available at ingestion time.

Merchants can use this webhook to:

  • Trigger automated workflows (e.g., refund, order cancellation, tagging) immediately when an alert is received.
  • Ingest alerts into internal systems for logging, monitoring, or case management.
  • Notify relevant teams (support, fraud, risk) without needing to poll the API.

Some fields populate later as the alert progresses (e.g., outcome, matched transaction). Subscribe to alerts.updated and alerts.transaction.linked for downstream updates, or call Get Alert by ID to fetch the latest state on demand.

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…