{
"id": "ver_01HXX...",
"status": "pending|processing|completed|failed|needs_review",
"applicant": {
"first_name": "string",
"last_name": "string",
"dob": "YYYY-MM-DD",
"nationality": "ISO2",
"email": "string",
"phone": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "ISO2"
}
},
"documents": [
{"type": "national_id|driver_license|passport|voter_card|selfie", "side": "front|back|null", "name": "string", "mime": "string", "size": 12345}
],
"ocr": {"<doc_type>": {"fields": {}}},
"face_match": {"score": 0.0, "threshold": 0.85, "passed": true},
"checks": {"watchlists": {"passed": true}},
"errors": [
{"code": "string", "message": "string", "field": "string"}
],
"created_at": "ISO8601",
"updated_at": "ISO8601"
}