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

# Passport

This page provides the success response of the Smart OCR API for the Passport document.

<CodeGroup>
  ```Text PASSPORT_FRONT theme={"dark"}
  {
      "verification_id": "test_verification_id",
      "reference_id": 1358,
      "status": "VALID",
      "document_type": "PASSPORT_FRONT",
      "document_fields": {
          "birth_city": "Gwalior",
          "country_code": "IND",
          "dob": "1964-02-15",
          "expiry_date": "2023-06-05",
          "gender": "M",
          "given_name": "John Doe",
          "issue_city": "Gwalior",
          "issue_date": "2013-06-06",
          "mrz": {
              "line1": "P<INDDOE<<JOHN<DOE<<<<<<<<<<<<<<<<<<<<",
              "line2": "L1234567<0IND6402156M2306123<<<<<<<<<<<<<<<6"
          },
          "nationality": "INDIAN",
          "passport_number": "L1234567",
          "surname": "Doe"
      }
  }
  ```

  ```Text PASSPORT_BACK theme={"dark"}
  {
      "verification_id": "test_verification_id1",
      "reference_id": 1358,
      "status": "VALID",
      "document_type": "PASSPORT_BACK",
      "document_fields": {
          "address": "S / O Josh Doe, 202-parivar daser complex , dal  bazar , Gird , Gwalior , Lashkar City , Madhya Pradesh , 474019",
          "father_name": "John Doe",
          "file_number": "AB1077777915514",
          "mother_name": "Josh Doe",
          "old_issue_city": "Gwalior",
          "old_issue_date": "2007-02-14",
          "old_passport_number": "M1234567",
          "passport_num": "L1234567",
          "pin": "474019",
          "spouse_name": "Doe"
      }
  }
  ```
</CodeGroup>
