Skip to content

kyc.check.started

Live

Delivered inside the standard event envelope — see data below for this type's payload shape.

Payload

check_idstringrequired
cardholder_idstringrequired

Example delivery

{
  "id": "uuid",
  "type": "kyc.check.started",
  "created_at": "date-time",
  "data": {
    "check_id": "string",
    "cardholder_id": "string"
  }
}