Onsite Integration
In onsite verification, Shufti will directly interact with the end user to collect the required proofs for verification purposes.
Enhanced Address Verification Onsite Request
For enhanced address verification, a valid identity document is required with the same address printed on it as the one claimed by the end-user. The address can also be verified with the help of Utility Bills and Bank Statements. The address document will be displayed or uploaded by end-user directly for verification.
info
To utilize the default functionality of enhanced address verification, simply send the parameter "enhanced_address_verification": "1". However, if you prefer a verification process with customised features, please use the provided payload below.
- With OCR
- Without OCR
enhanced-address-verification-sample-object-onsite-with-ocr
{
"address": {
"proof": "",
"supported_types": ["id_card", "bank_statement"],
"name": "",
"issue_date": "",
"full_address": "",
"address_fuzzy_match": "1",
"enhanced_address_verification": {
"document_type": "1",
"document_country": "0",
"address_validation": "1",
"address_decomposition": "0",
"calculated_distance": "1"
}
}
}
- Address Decomposition
address-decomposition-sample-object-onsite
{
"address_decomposition": {
"locality" : "",
"adminitrative_area": "",
"region_code": "",
"country_code": "",
"address_lines": [],
"language_Code": "",
"postal_Code": ""
}
}
enhanced-address-verification-sample-object-onsite-without-ocr
{
"address": {
"proof": "",
"supported_types": ["utility_bill", "tax_bill"],
"name": "John Doe",
"issue_date": "2015-11-12",
"full_address": "2601 Amphitheatre Pkwy, ZA, 58023",
"address_fuzzy_match": "1",
"enhanced_address_verification": {
"document_type": "1",
"document_country": "0",
"address_validation": "1",
"address_decomposition": "0",
"calculated_distance": "1"
}
}
}