---
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
  - `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/versions/51932b099b2f/schema)
