Razorpay IFSC
APIFree API for Indian Bank Branch IFSC Codes & Details
Overview
The Razorpay IFSC API offers RESTful access to Indian bank branch information using IFSC codes. Key endpoints include fetching branch details via a GET request to /ifsc/{IFSC_CODE}, returning JSON data like bank name, branch address, city, state, contact number, and MICR code. Ideal for fintech apps, payment gateways, and banking platforms to validate IFSC codes during fund transfers (NEFT/RTGS/UPI), auto-fill branch details, or verify account holder branch information for compliance checks.
Example Integration (JavaScript)
fetch('https://razorpay.com/docs/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Response Format
- No Authentication Required
- Comprehensive Branch Data
- Real-time Updates
Frequently Asked Questions
? Is Razorpay IFSC free to use?
Yes, the Razorpay IFSC API is free for public use with standard rate limits for non-commercial and commercial integrations.
? Does it require an API Key?
No, the API does not require any authentication or API key to access basic branch details using IFSC codes.
? What is the response format?
The API returns responses in JSON format, including details like bank name, branch address, city, state, contact number, and MICR code.
Top Alternatives
People Also Ask about Razorpay IFSC
Tool Info
Pros
- ⊕ Easy to Integrate
- ⊕ Free for Public Use
- ⊕ Accurate & Up-to-date Information
- ⊕ Lightweight JSON Responses
Cons
- ⊖ Rate Limits Apply for High Usage
- ⊖ Limited to Indian Bank Branches Only
- ⊖ No SLA for Free Tier