latestOpenAPI 3.0.32026-08-10152666.1 KB

9f178647f9b8

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.

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.