session_id, verification_token, h5_link, callback_url, expires_in, and language.
The session, token, and H5 link expire after 120 seconds. When the H5 flow completes, TokenLab redirects to your original callback_url with these query parameters:
| Parameter | Meaning |
|---|---|
session_id | TokenLab verification session ID. |
verification_token | Opaque token used to bind the result. |
verification_status | succeeded or failed. |
result_code | Result code for your application logic. |
verification_status is succeeded, call Bind Real-Person Verification Result. The test console can be used to verify callback handling before you wire the flow into your product.