v1

latestOpenAPI 3.0.32026-07-23152665.5 KB
Callback Replay

Replay a callback for a completed verification

Looks up a previously completed verification by its TypeID, resolves the callback URL, and re-sends the callback. The verification must have reached a terminal state (clear, block, attention, or error) before its callback can be replayed. An optional callback_url in the request body overrides the stored URL, subject to the partner's callback domain allowlist.

post/v3/replay/{job_id}

Path parameters

job_idstring required

TypeID format verification identifier with 'job_' prefix.

Request body

callback_urlstring uri

Override callback URL. Must be on the partner's callback domain allowlist. If omitted, the stored callback URL is used. Can also be provided via the token payload (see /v3/token).

Response

Callback replay accepted and queued for delivery.

status'accepted' required

Always 'accepted' for successful replay requests.

job_idstring required

TypeID format verification identifier.

user_idstring required

User ID associated with the verification (from partner_params).

messagestring required

Human-readable confirmation message.