United States πΊπΈ
Verify US Individual
Verify US Identity in real time
Dojahβs Identity US API helps to verify the address and SSN of an individual
Request
[GET]
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body Parameter
Parameter | Type | Description | |
---|---|---|---|
first_name * | string | required | |
last_name * | string | required | |
address_street_1 * | string | required | |
address_street_2 | string | ||
address_city | string | Conditional: required if zipcode is not present | |
address_state | string | Conditional: required if zipcode is not present | |
address_zip_code | string | Conditional: not required if city and state are present | |
identity_number_type * | string | ββSSN9β or βSSN4ββ | required |
identity_number * | string | required |
Sample response
Response
Was this page helpful?