| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Initiates a new contact details verification. PCI Booking sends an email to the provided address containing a link to a hosted verification page. The property opens the page and confirms their phone number using a one-time passcode (OTP) sent to them via SMS or voice call.
When submitted successfully, the response body will contain the verification session ID, its initial status, and the expiry time.
📘 Both email and phone are required
phoneis the number that will be confirmed via OTP. Both fields must be provided.
📘 Phone number formatPhone numbers must be provided in international format, including the country code, without a leading
+sign (e.g.972544735557).
The response for this request will be a JSON with the following fields:
| Field | Type | Description |
|---|---|---|
verifyId | string | The unique ID of the verification session. Use this in all subsequent status and results calls. |
status | string | The initial status of the verification. Always Pending on creation. |
expiresAt | datetime | The UTC datetime at which the verification link will expire, based on ttlMinutes. ISO 8601 format. |
