# MRZ only (TD1 or TD3)

**documentType: `MRZ`**

This type solely scans the Machine Readable Zone (MRZ) of a document. When a document is double-sided, the user only needs to scan the side that contains the MRZ.

| **Front**             |                                                  |
| --------------------- | ------------------------------------------------ |
| secondaryId           | Given names of the user as per MRZ               |
| primaryId             | Surname of the user as per MRZ                   |
| dateOfBirth           | As per the MRZ (YYMMDD)                          |
| dateOfBirthFormatted  | ISO-8601 format yyyy-MM-dd                       |
| dateOfExpiry          | As per the MRZ (YYMMDD)                          |
| dateOfExpiryFormatted | ISO-8601 format yyyy-MM-dd                       |
| documentNumber        | As per the MRZ                                   |
| nationality           | As per the MRZ                                   |
| issuer                | Document issuer as per the MRZ                   |
| sex                   | As per the MRZ                                   |
| documentCode          | As per the MRZ                                   |
| mrzText               | Full MRZ text divided by new line character “\n” |
| mrzVerified           | MRZ checksum verification (true or false)        |
