Skip to main content
WEBHOOK
app.amlyze.customer.riskmanagement.kyc_scoring.completed
{
  "initialRiskLevel": "HIGH",
  "finalRiskLevel": "LOW",
  "decisionType": "ACCEPTED",
  "decisionGroundCode": "01",
  "approvedAt": "2025-04-15T00:00:00Z",
  "assessmentGuid": "82deaa92-d559-40bd-96b7-053341a08e28"
}

Body

application/json
assessmentGuid
string

Assessment GUID.

Example:

"05e67370-9dd5-4d78-b749-b81cc80b5bc0"

initialRiskLevel
enum<string>

The initial risk level.

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

"MEDIUM"

finalRiskLevel
enum<string>

The final risk level.

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

"HIGH"

decisionType
enum<string>

Decision type.

Available options:
ACCEPTED,
REJECTED
Example:

"ACCEPTED"

decisionGroundCode
string

Code for the decision ground. Value from /classifier/decisionGround endpoint.

Example:

"00001"

approvedAt
string<date-time>

Approval date.

Example:

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