Manual Address Verification
The Manual Address Verification journey allows businesses to verify addresses using Pincode, City, State, Street Address, and Country as input.
Businesses can configure these checks with Manual Address Verification Journey.
Journey ID will be shared as part of Onboarding
Journey Output Data
{
"key_name": "MANUAL_ADDRESS",
"key_status": "CHECKED",
"key_data": [
{
"address_city": "Delhi",
"address_pincode": "110001",
"address_state": "Delhi",
"address_street": "Street Addresss"
}
]
}
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