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"
}
}
}Changes
Changed in 3 of the 52 revisions of this API.111
- ●
added the new
in_epicenum value to theuser/id_number/typeresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the
user/address/countryresponse property's minLength was decreased from2to0for the response status200response-property-min-length-decreased
- ▲
- ○
removed the
in_epicenum value from theuser/id_number/typeresponse property for the response status200response-property-enum-value-removed
This revision also has 699 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○