kyc.check.completed
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
check_idstringrequired
cardholder_idstringrequired
outcome"approved" | "rejected" | "review"required
verification_state"passed" | "failed" | "in_review"
checked_atstring (date-time)
Example delivery
{
"id": "uuid",
"type": "kyc.check.completed",
"created_at": "date-time",
"data": {
"check_id": "string",
"cardholder_id": "string",
"outcome": "approved"
}
}