customer.email_verification_succeeded

The customer.email_verification_succeeded event is triggered when a user successfully verifies their email by clicking the button in the email that is sent to them. This event can also be triggered by calling the dedicated endpoint in here.

{
  "type": "customer.email_verification_succeeded",
  "id": "evt_ptpJ3EpjPhN05VY5YPRPvmRe",
  "created": 1655807898,
  "triggered_from": "open_api",
  "data": {
    "object": {
      "object": "customer",
      "id": 59,
      "balance": 0,
      "created": "2022-06-20T11:45:28.000000Z",
      "currency": null,
      "default_source": null,
      "delinquent": false,
      "display_name": null,
      "email": "[email protected]",
      "email_confirm": 1,
      "first_name": null,
      "has_password": 1,
      "language": "en",
      "last_login_method": 'email',
      "last_name": null,
      "metadata": null,
      "object_id": "cus_LuY9a8HPZGVCJR",
      "password_last_updated_at": null,
      "phone": null,
      "phone_confirm": null,
      "salutation": null,
      "site_id": 1,
      "title": null,
      "username": null
    }
  }
}