---
title: "WhatsApp number KYC submitted event"
method: POST
path: "whatsapp.number.kyc_submitted"
tags: ["Webhook Events"]
---

# WhatsApp number KYC submitted event

`POST whatsapp.number.kyc_submitted` (webhook)

Fired when an end customer completes a hosted KYC share link
(POST /v1/phone-numbers/kyc/share). The number enters review
(pending_regulatory) under your account; `whatsapp.number.activated` or
`whatsapp.number.declined` follows once the provider rules on it.

## Payload

- object
  - `id` string
  - `event` 'whatsapp.number.kyc_submitted' | 'verification.approved' | 'verification.failed'
  - `timestamp` string, date-time — UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.
  - `number` object
    - `id` string
    - `phoneNumber` string
    - `country` string
    - `profileId` string

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/15e893e69e8c/schema)
