---
title: "WhatsApp number verification-required event"
method: POST
path: "whatsapp.number.verification_required"
tags: ["Webhook Events"]
---

# WhatsApp number verification-required event

`POST whatsapp.number.verification_required` (webhook)

Fired when a regulated number has an out-of-band identity-verification
step (e.g. Onfido). `verificationUrl` is the link to forward to the
number's end user; the order completes once they pass.

## Payload

- object
  - `id` string
  - `event` 'whatsapp.number.verification_required'
  - `timestamp` string, date-time
  - `number` object
    - `id` string
    - `phoneNumber` string
    - `country` string
    - `profileId` string
  - `verificationUrl` 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)
