Sample - Plaid API
POST/identity_verification/autofill/create

Create Identity Verification autofill

Creates autofill data for an Identity Verification attempt. Provide identity_verification_id to use the associated phone number, date of birth, and country of residence as the basis for autofill. Treat the returned user information as unverified until the customer confirms it.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 body fields

Request input identifying the Identity Verification attempt for autofill.

identity_verification_idstringrequired
ID of the associated Identity Verification attempt.
client_idstringoptional
Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
secretstringoptional
Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.

1 status code
200Returns the autofill result with a `status` of success or failed, the unverified user information, and a request identifier.
statusstringrequired
A status enum indicating whether autofill succeeded or failed.
Allowed:successfailed
userobjectrequired
User information that was autofilled. All this information should be confirmed by the user before using.
request_idstringrequired
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Error handling

identity_verification_id is required and must identify the Identity Verification attempt to autofill. Confirm the returned user information before using it, because the autofilled data is unverified.