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

{
  "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",
  }
}

Was this page helpful?