New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Log in
Legacy (2024-03-18)Merchants APIWebhooks Events

Alerts Created Event

Fires when a new pre-chargeback alert is created for your account. The payload carries the alert ID and key 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.created

Was this page helpful?
llms.txt