# FirmhouseVerifiedIdentity

## Properties

| Property             | Type               | Description                                                                                                                                                  |
| -------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `createdAt`          | `string`           | Date and time on which the verification was initiated                                                                                                        |
| `payload`            | `unknown`          | The payload that was given back from the identity service after identification. Usually a hash with key/value pairs of attributes of the identity or person. |
| `serviceProvider`    | `string`           | Which service provider was used to verify the identity                                                                                                       |
| `status`             | `string`           | Current verification status of the subscription identity                                                                                                     |
| `verificationMethod` | `null` \| `string` | The chosen verification method. (i.e. iDIN, itsme, etc.)                                                                                                     |
