Skip to main content

Onsite Integration

In onsite verification, Shufti Pro will directly interact with the end user to collect the required proofs for verification purposes.

Standard Address Verification Onsite Request

For 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.

Run in Postman

standard-address-verification-sample-onsite-object
{
"address": {
"proof": "",
"full_address": "2601 Amphitheatre Pkwy, ZA, 58023",
"address_fuzzy_match": "1"
}
}
note

The Standard Address Verification service is exclusively conducted Without OCR.

caution

The given below payload is for the old version of the address service verification, applicable to clients onboarded before September 26, 2023.

address-service-sample-object
{
"address": {
"supported_types": ["id_card", "bank_statement"],
"proof": "",
"name": "",
"issue_date": "",
"full_address": "",
"address_fuzzy_match": "1",
"backside_proof_required": "0",
"show_ocr_form": "1",
"verification_mode": "any"
}
}