{
"session_record": {
"id": "test_verified",
"organization_id": "your-org-id",
"user_id": "sandbox-user-000000",
"sender_user_id": "your-user-id",
"external_id": "sandbox-external-001",
"status": "VERIFIED",
"type": "session",
"session_progress": "COMPLETED",
"location": "Canada",
"workflow_id": "sandbox-workflow-001",
"bank_statement_request_id": "sandbox-bank-stmt-001",
"workflow_steps": [
"ID_VERIFICATION", "FACE_LIVENESS", "AGE_ESTIMATION",
"PEP_SANCTIONS", "ADVERSE_MEDIA", "BANK_STATEMENT_UPLOAD",
"DOCUMENT_UPLOAD", "TITLE_SEARCH", "CUSTOM_PROMPT",
"CUSTOM_FORM", "AI_BANK_STATEMENT_ANALYSIS"
],
"meta_data": {
"applicant_submission_ip": "192.168.1.1, 10.0.0.1",
"applicant_submission_device": "Mac",
"applicant_submission_browser": "Chrome"
},
"uploads": {
"id_front": true,
"id_back": true,
"secondary_id_front": true,
"secondary_id_back": true,
"tertiary_id_front": true,
"tertiary_id_back": true,
"selfie_front": true,
"selfie_right": true,
"selfie_left": true,
"hold_up_3_fingers": true
},
"analysis_data": {
"id_analysis_data": {
"detect_face_data": [{ "confidence": 99.99, "age_range": { "high": 23, "low": 19 }, "..." : "..." }],
"id_extracted_text": [
{ "type": "FIRST_NAME", "value": "JANE", "confidence": 97.6 },
{ "type": "LAST_NAME", "value": "DOE", "confidence": 97.15 },
{ "type": "DATE_OF_BIRTH", "value": "1990/05/15", "confidence": 95.75 },
{ "type": "DOCUMENT_NUMBER", "value": "D1234567890", "confidence": 90.11 },
"... 17 more fields"
],
"expiry_date_pass": true,
"valid_state_pass": true,
"age_restriction_pass": true
},
"compare_faces_data": {
"face_match_confidence": 99.92,
"face_match_result": { "similarity": 99.92, "face": { "..." : "..." } }
},
"id_matches_selfie": true,
"faceliveness_score": 99.49,
"pep_sanctions_data": {
"peps": [{ "name": "Jane Doe-Smith", "country": "Canada", "score": 0.85 }],
"sanctions": null,
"both": null
},
"adverse_media_data": {
"total_hits": 4,
"news_exposures": { "financial_crime": { "hits": 2, "articles": ["..."] }, "..." : "..." }
},
"secondary_id_analysis_data": { "..." : "same structure as id_analysis_data" },
"tertiary_id_analysis_data": { "..." : "same structure as id_analysis_data" },
"selected_document_types": { "primary": "drivers_license", "secondary": "passport", "tertiary": "pr_card" },
"title_search_data": { "last_market_sale_information": { "..." : "..." }, "owner_information": { "..." : "..." }, "..." : "..." },
"document_risk_data": { "documents_analyzed": 1, "overall_risk_score": 25, "..." : "..." },
"custom_form_data": [{ "question": "What is your Company Business Number", "answer": "1234567890001", "type": "short-text" }]
}
},
"resource_links": {}
}