Issuer sent fraud alert notification

webhook NOTIFICATION_OF_FRAUD

The issuer sent a fraud alert notification to schemes and to processors. Visa calls them TC40 and Mastercard calls them System to Avoid Fraud Effectively (SAFE). These are informational notifications from Adyen, providing you the opportunity to take action, such as blocking a shopper or issuing a refund before a chargeback happens.

Webhook parameters

live string

Informs about the origin of the notification. The value is true when originating from the live environment, false for the test environment.

notificationItems array [NotificationRequestItemWrapper]

A container object for the details included in the notification.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show more Show less
  • Request
  • Click to copy
  • Response
  • Click to copy