cardholder.updated
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
cardholder_idstringrequired
programme_idstringrequired
changedarray of stringrequired
Example delivery
{
"id": "uuid",
"type": "cardholder.updated",
"created_at": "date-time",
"data": {
"cardholder_id": "string",
"programme_id": "string",
"changed": [
"string"
]
}
}