# PAK\_ID (Pakistan ID)

## MRZ version

| **Front**             |                                                                                                                       |
| --------------------- | --------------------------------------------------------------------------------------------------------------------- |
| faceImage             | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg              |
| fullName              | Full name in english                                                                                                  |
| fullNameArabic        | Full name in arabic                                                                                                   |
| fatherName            | Father name in english                                                                                                |
| fatherNameArabic      | Father name in arabic                                                                                                 |
| dateOfBirth           | Date of birth (dd.MM.yyyy)                                                                                            |
| dateOfBirthFormatted  | ISO-8601 format yyyy-MM-dd                                                                                            |
| issueDate             | Document issue date (dd.MM.yyyy)                                                                                      |
| issueDateFormatted    | ISO-8601 format yyyy-MM-dd                                                                                            |
| identityNumber        | Identity number                                                                                                       |
| **Back**              |                                                                                                                       |
| identityNumber        | Identity Number                                                                                                       |
| placeOfRegistration   | Place of registration                                                                                                 |
| address               | Address                                                                                                               |
| bookletNumber         | Booklet Number                                                                                                        |
| 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)                                                                             |
| opt1                  | Optional field 1 as per MRZ (see <https://en.wikipedia.org/wiki/Machine-readable_passport#Official_travel_documents>) |
| opt2                  | Optional field 2 as per MRZ (see <https://en.wikipedia.org/wiki/Machine-readable_passport#Official_travel_documents>) |

## NO MRZ version

| **Front**                 |                                                                                                          |
| ------------------------- | -------------------------------------------------------------------------------------------------------- |
| faceImage                 | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg |
| fullName                  | Full name in english                                                                                     |
| fullNameArabic            | Full name in arabic                                                                                      |
| fatherName                | Father name in english                                                                                   |
| fatherNameArabic          | Father name in arabic                                                                                    |
| dateOfBirth               | Date of birth (dd.MM.yyyy)                                                                               |
| dateOfBirthFormatted      | ISO-8601 format yyyy-MM-dd                                                                               |
| placeOfRegistration       | Place of registration                                                                                    |
| issueDate                 | Document issue date (dd.MM.yyyy)                                                                         |
| issueDateFormatted        | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfExpiry              | Document expiry date (dd.MM.yyyy)                                                                        |
| dateOfExpiryFormatted     | ISO-8601 format yyyy-MM-dd                                                                               |
| identityNumber            | Identity number                                                                                          |
| sex                       | Gender                                                                                                   |
| **Back**                  |                                                                                                          |
| identityNumber            | Identity Number                                                                                          |
| placeOfRegistrationArabic | Place of registration in arabic                                                                          |
| addressArabic             | Address in arabic                                                                                        |
| bookletNumber             | Booklet Number                                                                                           |
