> ## 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.

# Cancelled Cheque

> Examine the Cashfree Smart OCR success response for a cancelled cheque image to map extracted account number, IFSC, bank name, and account holder fields.

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

<CodeGroup>
  ```Text CANCELLED_CHEQUE theme={"dark"}
  {
      "verification_id": "test_verification_id1",
      "reference_id": 1358,
      "status": "VALID",
      "document_type": "CANCELLED_CHEQUE",
      "document_fields": {
          "ifsc": "ABCD1234567",
          "pincode": "522201",
          "account_number": "123456789012",
          "bank_name": "State Bank Of India",
          "cheque_number": "123456",
          "account_type": "Current",
          "micr_code": "123456789",
          "contact": "8644225960",
          "branch": "TENALI BAZAR",
          "name": "JohnDoe",
          "split_address": {
              "district": "UNTUR DISTRICT",
              "state": "ANDHRA PRADESH",
              "city": "TENALI",
              "pincode": "522201",
              "country": "INDIA"
          },
          "address_line": "RMZ Eco world, Building 7 10th Floor, Devarabeesanahalli, Marathalli Outer Ring road, Bangalore - 560103",
          "issue_date": "2024-10-02",
          "expiry_date": "2024-10-30"
      }
  }
  ```
</CodeGroup>
