Skip to main content
This page provides the success response of the Smart OCR 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": "RMZ Eco world, Building 7 10th Floor, Devarabeesanahalli, Marathalli Outer Ring road, Bangalore - 560103",
        "issue_date": "2024-10-02",
        "expiry_date": "2024-10-30"
    }
}