Bypass verification when testing
simulate query parameter when getting an ID Check session_id.
When you navigate to the user with that session, the page will wait for 3 seconds before redirecting with the simulated response, mimicking the real-world flow.
The session will redirect with the same error or success case that you specified in the simulate parameter.
invalid_session_id - Simulates an invalid session ID errorsession_id_not_found - Simulates a case where the session ID cannot be foundfailed_to_get_camera_permission - Simulates a camera permission failurefailed_to_complete_face_scan - Simulates a face scan failurefailed_to_process_id_scan - Simulates an ID scan processing failurefailed_to_collect_device_data - Simulates a device data collection failureliveness_check_failed - Simulates a failed liveness checksuccess - Simulates a successful verificationsimulate parameter to GET /liveness/session URL with the case you want to testsuccess case: You will receive a response with stubbed data