Digital Address Verification
The Digital Address Verification journey enables businesses to verify addresses using live location data and interior and exterior images as input.
Businesses can configure these checks with Digital Address Verification Journey.
Journey ID will be shared as part of Onboarding
Journey Output Data
{
"key_name": "DIGITAL_ADDRESS",
"key_status": "CHECKED",
"key_data": [
{
"exterior_address_photo": "<signed_url>",
"registered_address": "<address_as_per_ovd>",
"key_id": "e4e7bbxxxx",
"verification_type": "MANUAL",
"key_provider": "GOOGLE_MAPS",
"registered_gps": { // coordinates as per ovd address
"latitude": 1x.xxxxx,
"longitude": 7x.xxxxx
},
"key_name": "DIGITAL_ADDRESS",
"liveness_photo": "<signed_url>",
"key_buid": "89ceb2e82xxxx",
"detected_gps": { // coordinates captured from device
"latitude": 1x.xxxxx,
"longitude": 7x.xxxxx
},
"key_global_uid": "",
"key_source": "DIGITAL",
"detected_address": "<address_detected_from_device>",
"key_fetched_at": "2023-09-03T11:14:37.473Z",
"interior_address_photo": "<signed_url>",
"registered_identity_type": "AADHAAR",
"map_image": "<signed_url>",
"registered_address_tenure": "MM/YYYY"
}
]
}
This journey does not include any pre-configured Ownership or Fraud Checks. To add these checks, please contact your Account Manager.
Key Status
Status | Description |
---|---|
VERIFIED | Data is retrieved from the source of truth |
CHECKED | Data is derived or obtained from third parties |
IN_PROGRESS | Currently verifying data with the official source or third parties |
FAILED | User-shared data is invalid or incorrect |
UNVERIFIED | User-shared data without confirmation from official sources |
USER_DONT_HAVE | User states they lack the specified ID |
Updated 3 months ago