Post Manual Review Decision

Use the /user/idv/manualReview endpoint to post a manual review decision for a user's identity verification (IDV) session. This endpoint allows you to set the 'manual review' status of an IDV session to either "passed" or "failed" based on your manual review. 'Manual review' must be configured for your product to use this endpoint.

The result of the manual review will update the risk of the IDV session accordingly and is typically the last step before an overall approve or decline decision is made for the corresponding user_create action.

Body Params

POST /v1/user/idv/manualReview Request body

string
required

ID of the Spidr IDV Session. Returned in Create User calls that entail IDV via the spidrIdvSessionId parameter.

string
enum
required

Manual review decision: passed or failed

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json