plaid
Create autofill for an Identity Verification
Try to autofill an Identity Verification based on the provided phone number, date of birth and country of residence.
post/identity_verification/autofill/create
Request body
Example request
{
"identity_verification_id": "idv_52xR9LKo77r1Np"
}Response
OK
Example response
{
"status": "success",
"user": {
"name": {
"given_name": "Leslie",
"family_name": "Knope"
},
"address": {
"street": "123 Main St.",
"street2": "Unit 42",
"city": "Pawnee",
"region": "IN",
"postal_code": "46001",
"country": "US",
"po_box": "yes",
"type": "residential"
},
"id_number": {
"value": "123456789",
"type": "us_ssn"
}
}
}