IFSC Verification
IFSC code is a unique identifier for a bank branch. Businesses verify IFSC before performing penny-drop to reduce cost of bank account verification.
Overview
Verifyifsc
code and receive details of the bank branch associated with that IFSC Code.
Problem
- IFSC code and Bank account number uniquely identify a bank account.
- Verifying bank accounts before making payouts is important for any business.
- RBI publishes & maintains IFSC Master. However, businesses can not parse the feed and regularly upkeep the IFSC master.
Solution
- API to verify IFSC code against IFSC Master and provide bank & branch details.
Endpoint
HTTP Method | Resource |
---|---|
GET | /bank/:ifsc |
Request
Follow the below guidelines to pass the IFSC Code.
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
ifsc | string | IFSC code of Branch. | SBIN0005943 |
Sample CURL request
curl --location --request GET 'https://api.sandbox.co.in/bank/SBIN0005943' \
--header 'x-api-version: 1.0.0'
--header 'Accept: application/json' \
--header 'Authorization: xxxxxxxxxx' \
--header 'x-api-key: xxxxxxxxx' \
--header 'x-api-version: 1.0'
Test Environment Not Available
Response
Param | Type | Description | Example |
---|---|---|---|
BRANCH | string | Name of the Bank Branch. | PARK STREET |
CENTRE | string | Centre in which the branch is situated | JAIPUR |
DISTRICT | string | District in which the branch is situated. | JAIPUR |
STATE | string | State in which the branch is situated. | RAJASTHAN |
ADDRESS | string | Address of the Branch | 3 PARK STREET M I ROAD M I ROAD |
CONTACT | string | Phone number of the branch | 9875003333 |
MICR | string | Nine-digit MICR code. | 302240007 |
RTGS | boolean | Indicates whether the branch has RTGS or not. Possible values are:true or false | true |
CITY | string | City in which the branch is situated. | JAIPUR |
NEFT | boolean | Indicates whether the branch has NEFT or not. Possible values are:true or false | true |
IMPS | boolean | Indicates whether the branch has NEFT or not. Possible values are:true or false | true |
BANK | string | Name of the Bank | HDFC Bank |
BANKCODE | string | Code the Bank. | HDFC |
IFSC | string | 11-digit code of the branch | HDFC0001234 |
Response Caching
Response caching is not available for this API. Learn more about our response caching mechanism here
Wallet Charges
Since IFSC Verification API is not a Paid API, no wallet charge will take place.
Versioning
This API is currently in major version 1.0. Refer to our versioning policies here
Updated about 1 month ago
What’s Next
Go to our API reference