kyc.check.expired
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
check_idstringrequired
cardholder_idstringrequired
expired_atstringrequired
Example delivery
{
"id": "uuid",
"type": "kyc.check.expired",
"created_at": "date-time",
"data": {
"check_id": "string",
"cardholder_id": "string",
"expired_at": "string"
}
}