> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# KycStatusData

KYC verification status data

## Properties

| Property                                              | Type                                                                                   | Description                                       |
| ----------------------------------------------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------- |
| <a id="id" /> `id`                                    | `string`                                                                               | -                                                 |
| <a id="account" /> `account`                          | `string`                                                                               | -                                                 |
| <a id="type" /> `type`                                | [`KycType`](/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/KycType) | -                                                 |
| <a id="status" /> `status`                            | `KycStatus`                                                                            | -                                                 |
| <a id="tosstatus" /> `tosStatus`                      | `TosStatus`                                                                            | -                                                 |
| <a id="kyccontinuationlink" /> `kycContinuationLink?` | `string`                                                                               | Link to continue KYC if incomplete                |
| <a id="rejectionreasons" /> `rejectionReasons`        | `RejectionReason`\[]                                                                   | Rejection reasons if rejected                     |
| <a id="requirementsdue" /> `requirementsDue`          | `string`\[]                                                                            | Outstanding requirements to complete verification |
| <a id="createdat" /> `createdAt`                      | `string`                                                                               | ISO timestamp of creation                         |
| <a id="updatedat" /> `updatedAt`                      | `string`                                                                               | ISO timestamp of last update                      |
