Retry a failed verification check

Retries a specific failed verification check for a session. Only checks with status failed, error, or requires_retry can be retried.

If all checks pass after the retry, the session is automatically approved and a session.approved webhook is dispatched.

Requires the sessions:write scope.

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Path parameters

session_idstringRequired

Session ID (ses_*).

policystringRequired

The verification policy to retry (e.g. face_match, document_ocr).

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Key-InflectionenumOptionalDefaults to snake

Response key casing. Defaults to snake.

Allowed values:

Response

Retry accepted. The verification runs asynchronously.
statusstring
session_idstring
policystring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error