Saltar al contenido principal
Tipo de evento: customer.status.updated Se envía cuando cambia la verificación o el estado de un customer. Ver Resumen de webhooks para entrega, headers y verificación de firma.

Campos de data

customerId
string
El identificador del customer.
change
object
{
  "type": "customer.status.updated",
  "timestamp": "2026-06-23T12:00:00.000Z",
  "data": {
    "customerId": "cus_3ddd0e5b-6276-4b48-b756-c1fcc9a2efd1",
    "change": {
      "kind": "kyc",
      "status": "approved",
      "statusUpdatedAt": "2026-06-23T12:00:00.000Z"
    }
  }
}