Go!KYT
Webhooks events
Event 1: Transaction updated
Will be triggered when a kyt transaction is either created or modified. Possible status values: “allowed” / “blocked” / “delayed”
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
transaction_id | string | Transaction ID |
external_id | string | External ID |
client_id | number | Client ID |
status | string | Status |
Event 2: Post-hoc alert updated
Will be triggered when a kyt post-hoc alert is either created or modified. Possible status values: “error” / “new” / “pending” / “false_positive” / “true_positive”
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
alert_id | string | Alert ID |
client_id | number | Client ID |
status | string | Status |