Skip to main content
WEBHOOK
com.amlyze.customer.updated
{
  "customerExternalID": "82deaa92-d559-40bd-96b7-053341a08e28",
  "sanctioned": true,
  "pep": true,
  "inAdverseMedia": true,
  "inInternalList": true,
  "riskLevel": "EXTREME",
  "status": "PENDING",
  "updateAt": "2019-12-13T12:01:02.694Z"
}

Body

application/json
customerExternalID
string

Customer external ID.

Example:

"03afd34d-f7b2-440d-aa5a-aaad16a89cdb"

sanctioned
boolean

Customer sanctioned or not.

Example:

false

pep
boolean

The customer is/isn't a politically exposed person.

Example:

true

inAdverseMedia
boolean

Customer found in adverse media or not.

Example:

true

inInternalList
boolean

Customer found in internal list or not.

Example:

false

riskLevel
enum<string>

Customer risk level.

Available options:
NONE,
LOW,
MEDIUM,
HIGH,
EXTREME
Example:

"HIGH"

status
enum<string>

Customer status.

Available options:
ACTIVE,
PENDING,
REJECTED,
SUSPENDED,
CLOSED
Example:

"PENDING"

updatedAt
string<date-time>

Customer status update time in Amlyze system.

Example:

"2025-12-21T05:14:10.694Z"