Bank Account v2
Verify bank account details using account number and IFSC code with optional penny drop verification
Overview
The Bank Account Verification v2 API verifies bank account details in real-time by validating the account number and IFSC code combination. It provides comprehensive account information including holder name, bank details, and branch information. Optionally, penny drop verification can be performed for enhanced accuracy.Key Features
- ✅ Real-time Verification: Instant account validation
- ✅ Account Holder Name: Retrieve registered account holder name
- ✅ Bank Details: Complete bank and branch information
- ✅ Penny Drop: Optional penny drop for enhanced verification
- ✅ Name Matching: Optional name match score calculation
- ✅ Branch Details: Full branch address, city, and state information
What’s New in v2
- Simplified request parameters (
bank_account_noandbank_ifsc_code) - Enhanced response with detailed bank branch information
- Improved error handling with specific error codes
- Better penny drop transaction tracking
- Consistent response structure across all APIs
Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Body
Bank account number (digits only, minimum 9 characters)
9^[0-9]+$"98765432109876"
IFSC code (11 characters: 4 letters + 0 + 6 alphanumeric). Example: SBIN0001234
11^[A-Z]{4}0[A-Z0-9]{6}$"SBIN0001234"
Whether to perform penny drop verification (deposits and verifies a small amount)
true
Response
Bank account verified successfully
Overall status of the API
success, error HTTP status code
400
Description of the response or error
"Invalid request parameters"
Represents the total number of credits used in this request.
3
Represents the remaining credits available for use.
4040

