Secure ID APIs
V2
- Aadhaar
- Advanced Employment
- BAV V2
- CIN
- Digilocker
- PAN
- Driving License
- E-sign
- Face Match
- GSTIN
- IP
- Liveliness
- Name Match
- PAN to GSTIN
- Passport
- Reverse Penny Drop
- Reverse Geocoding
- Vehicle RC
- Voter ID
- Account Aggregator
- Mobile 360 OTP Flow
- 1-Click Onboarding
- BharatOCR
- IFSC
- KYC Links
V1
- Bank Account Verification
Success Responses
CANCELLED CHEQUE
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?