Saltar al contenido principal
Creates a real-person material verification session for a downstream-owned H5 flow. TokenLab returns a neutral session_id, verification_token, h5_link, callback_url, expires_in, and language. The internal credential is never returned. The session, token, and H5 link expire after 120 seconds. Send your user to h5_link. When the H5 flow finishes, TokenLab redirects to your original callback_url with these query parameters:
ParameterMeaning
session_idTokenLab verification session ID.
verification_tokenTokenLab opaque token used to bind the result.
verification_statussucceeded or failed.
result_codeResult code forwarded for diagnostics.
If verification_status is succeeded, call Bind Real-Person Verification Result. Use the test console when you need to manually inspect the redirect and binding flow.