# PlaidCreateIdentityVerificationRequest

Model ID: `PlaidCreateIdentityVerificationRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `city` | `string` | No |  |  |  | Yes |  |
| `client_id` | `string` | Yes |  |  |  | No |  |
| `client_user_id` | `string` | Yes |  |  |  | No |  |
| `country` | `string` | No |  |  |  | Yes |  |
| `date_of_birth` | `string` | No |  |  |  | Yes |  |
| `email_address` | `string` | No |  |  |  | Yes |  |
| `family_name` | `string` | No |  |  |  | Yes |  |
| `gave_consent` | `boolean` | No |  |  | `true` | No |  |
| `given_name` | `string` | No |  |  |  | Yes |  |
| `is_shareable` | `boolean` | No |  |  | `true` | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `phone_number` | `string` | No |  |  |  | Yes |  |
| `postal_code` | `string` | No |  |  |  | Yes |  |
| `region` | `string` | No |  |  |  | Yes |  |
| `secret` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `street` | `string` | No |  |  |  | Yes |  |
| `template_id` | `string` | No |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
