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

# CANCELLED CHEQUE

This page provides the success response of the BharatOCR API for the Vehicle Registration Certificate (RC) document.

<CodeGroup>
  ```Text CANCELLED_CHEQUE theme={null}
  {
    "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": "Floor 1, Vaishnavi summit, Koramanagala Block 3, Bengaraluru, Karnataka",
      "issue_date":   "2024-10-02",
      "expiry_date":  "2024-10-30",
    }
  }
  ```
</CodeGroup>
