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.

API Pricing Image

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 MethodResource
GET/bank/:ifsc

API Endpoint  Contact Us  Free Trial

Request

Follow the below guidelines to pass the IFSC Code.

Path Parameter

ParamTypeDescriptionExample
ifscstringIFSC 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

ParamTypeDescriptionExample
BRANCH stringName of the Bank Branch.PARK STREET
CENTRE stringCentre in which the branch is situatedJAIPUR
DISTRICT stringDistrict in which the branch is situated.JAIPUR
STATE stringState in which the branch is situated.RAJASTHAN
ADDRESS stringAddress of the Branch3 PARK STREET M I ROAD M I ROAD
CONTACT stringPhone number of the branch9875003333
MICR stringNine-digit MICR code.302240007
RTGS booleanIndicates whether the branch has RTGS or not. Possible values are:
true or false
true
CITY stringCity in which the branch is situated.JAIPUR
NEFT booleanIndicates whether the branch has NEFT or not. Possible values are:
true or false
true
IMPS booleanIndicates whether the branch has NEFT or not. Possible values are:
true or false
true
BANK stringName of the BankHDFC Bank
BANKCODE stringCode the Bank.HDFC
IFSC string11-digit code of the branchHDFC0001234

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


What’s Next

Go to our API reference