IFSC Verification

Use this API to verify IFSC codes. You will receive the bank name, the branch that it belongs to, the supported transfer modes, and the respective MICR code.

Response

You get the following key information in the data object of the response:

NameData TypeDescription
bankstringThe name of the bank
ifscstringThe IFSC information
neftstringThe status of NEFT
impsstringThe status of IMPS
rtgsstringThe status of UPI
upistringThe status of UPI
ftstringThe status of fund transfer
cardstringThe status of card
micrintegerThe MICR code that can be used to identify the bank
nbinintegerThe National Bank Identification Number (NBIN) information
addressstringThe physical address information of the branch
citystringThe city name where the branch is located
statestringThe name of the state where the branch is located
branchstringThe name of the branch
ifsc_subcodestringThe subcode of the IFSC information
categorystringThe category of the bank
swift_codestringThe code that identifies banks and financial institutions worldwide. The code helps pinpoint the specific bank
Body Params
string
required

Your registered mobile number (See Platform Credentials for UAT)

string
required

A unique ID for every API call generated at your end

string
required

The IFSC information of the bank account to be validated. It should be an alphanumeric value of 11 characters. The first 4 characters should be alphabets, the 5th character should be a 0, and the remaining 6 characters should be numerals.

Headers
string
required

Your static API key (See Guide)

string
required

Your dynamically generated security key, unique for every request (See Guide)

string
required

The current timestamp used to generate secret-key

string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json