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

# Verification Overview

> Overview of verification resource and field definitions

Users represent individual end-users in the system, containing their profile information and preferences.

## Account Number Fields

| Field Name           | Data Type | Description                                                                                                           |
| :------------------- | :-------- | :-------------------------------------------------------------------------------------------------------------------- |
| `account_guid`       | String    | The unique identifier for the account associated with a particular set of account and routing numbers. Defined by MX. |
| `account_number`     | String    | The banking account number associated with a particular account.                                                      |
| `institution_number` | String    | The three-digit number identifying a Canadian banking institution.                                                    |
| `member_guid`        | String    | The unique identifier for the member associated with a particular set of account and routing numbers. Defined by MX.  |
| `passed_validation`  | Boolean   | This indicates whether the account and routing numbers passed MX's internal validity checks.                          |
| `routing_number`     | String    | The routing number for the financial institution associated with the account.                                         |
| `transit_number`     | String    | The five-digit number identifying the branch of a Canadian financial institution.                                     |
| `user_guid`          | String    | The unique identifier for the user associated with a particular set of account and routing numbers. Defined by MX.    |
