---
title: Core contract attributes
description: The following are the core contract attributes for the PingOne Verify IdP Adapter:
component: pingone
page_id: pingone:pingone_verify_integration_kit:pf-p1-verify-ik-core-contract-attributes
canonical_url: https://docs.pingidentity.com/integrations/pingone/pingone_verify_integration_kit/pf-p1-verify-ik-core-contract-attributes.html
revdate: October 29, 2025
---

# Core contract attributes

The following are the core contract attributes for the PingOne Verify IdP Adapter:

> **Collapse: Core contract attributes**
>
> | Attribute           | Details                                                                                                                                                   |
> | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
> | `addressCity`       | The user's city.                                                                                                                                          |
> | `addressState`      | The user's state.                                                                                                                                         |
> | `addressStreet`     | The user's address.                                                                                                                                       |
> | `addressZip`        | The user's zip code.                                                                                                                                      |
> | `birthDate`         | The user's date of birth.                                                                                                                                 |
> | `country`           | The user's country.                                                                                                                                       |
> | `errorMessage`      | The error message produced for a failed identity verification transaction when the **Verification Failure Mode** is `Bypass authentication`.              |
> | `expirationDate`    | The date that the identity document expires, in `YYYY-MM-DD` format.                                                                                      |
> | `firstName`         | The user's first name.                                                                                                                                    |
> | `gender`            | The user's gender.                                                                                                                                        |
> | `idNumber`          | The ID number of the identity document.                                                                                                                   |
> | `issueDate`         | The date that the identity document was issued, in `YYYY-MM-DD` format.                                                                                   |
> | `issuingCountry`    | The country that issued the user's submitted document.                                                                                                    |
> | `lastName`          | The user's last name.                                                                                                                                     |
> | `nationality`       | The user's nationality.                                                                                                                                   |
> | `subject`           | The user's username.The HTML Form adapter collects this value during sign on and passes it to the PingOne Verify IdP Adapter through a chained attribute. |
> | `transactionStatus` | The status of the identity verification transaction.For example, `SUCCESS` or `FAIL`.                                                                     |
> | `verifiedDocuments` | The documents verified during the identity verification transaction.                                                                                      |
> | `weight`            | The confidence weight of the user's identity.                                                                                                             |

> **Collapse: Data-based identity verification core contract attributes**
>
> | Attribute                    | Details                                                                                                         |
> | ---------------------------- | --------------------------------------------------------------------------------------------------------------- |
> | `dbv_additionalHistory`      | The user's additional history.For example, the user's previous addresses, and any other phone numbers or names. |
> | `dbv_addressCity`            | The user's city.                                                                                                |
> | `dbv_addressQualifier`       | A qualifier describing the user's address.For example, `personal` or `business`.                                |
> | `dbv_addressState`           | The user's state.                                                                                               |
> | `dbv_addressStatus`          | The status of the user's address.For example, `current`, `previous`, or `secondPrevious`.                       |
> | `dbv_addressStreet`          | The user's address.                                                                                             |
> | `dbv_addressZip`             | The user's zip code.                                                                                            |
> | `dbv_birthDate`              | The user's date of birth.                                                                                       |
> | `dbv_firstName`              | The user's first name.                                                                                          |
> | `dbv_fullName`               | The user's full name.                                                                                           |
> | `dbv_gender`                 | The user's gender.                                                                                              |
> | `dbv_lastName`               | The user's last name.                                                                                           |
> | `dbv_middleName`             | The user's middle name.                                                                                         |
> | `dbv_nameGenerationalSuffix` | The user's suffix.                                                                                              |
> | `dbv_nationalIdNumber`       | The user's national ID number.                                                                                  |
> | `dbv_phone`                  | The user's phone number.                                                                                        |
> | `dbv_phoneExtension`         | The user's phone extension.                                                                                     |
> | `dbv_phoneQualifier`         | A qualifier describing the user's phone number.For example, `personal` or `business`.                           |
> | `dbv_phoneType`              | The phone number type.For example, `standard` or `mobile`.                                                      |
> | `dbv_source`                 | The source the user's data was collected from.                                                                  |
