# GBR DL (UK Driving License)

| **Front**             |                                                                                                          |
| --------------------- | -------------------------------------------------------------------------------------------------------- |
| faceImage             | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg |
| licenseType           | License type                                                                                             |
| address               | Address                                                                                                  |
| licenseNumber         | License number                                                                                           |
| dateOfExpiry          | Document expiry date (dd.MM.yyyy)                                                                        |
| dateOfExpiryFormatted | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfBirth           | Date of birth (dd.MM.yyyy)                                                                               |
| dateOfBirthFormatted  | ISO-8601 format yyyy-MM-dd                                                                               |
| firstName             | First Name                                                                                               |
| issueDate             | Document issue date (dd.MM.yyyy)                                                                         |
| issueDateFormatted    | ISO-8601 format yyyy-MM-dd                                                                               |
| placeOfBirth          | Place of birth                                                                                           |
| lastName              | Last name                                                                                                |
| issuingAuthority      | Issuing authority                                                                                        |
