Skip to main content
GET
/
bank
/
{ifsc}
IFSC Verification
curl --request GET \
  --url https://api.sandbox.co.in/bank/{ifsc} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
"MICR": "302240007",
"BRANCH": "PARK STREET",
"ADDRESS": "3 PARK STREET M I ROAD M I ROAD",
"STATE": "RAJASTHAN",
"CONTACT": "+919875003333",
"UPI": true,
"RTGS": true,
"CITY": "JAIPUR",
"CENTRE": "JAIPUR",
"DISTRICT": "JAIPUR",
"NEFT": true,
"IMPS": true,
"SWIFT": "HDFCINBB",
"ISO3166": "IN-RJ",
"BANK": "HDFC Bank",
"BANKCODE": "HDFC",
"IFSC": "HDFC0001234"
}

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
any

Path Parameters

ifsc
string
required

11-digit alpha-numeric code used to identify the bank branches

Response

200 - OK

MICR
string
BRANCH
string
ADDRESS
string
STATE
string
CONTACT
string
UPI
boolean
RTGS
boolean
CITY
string
CENTRE
string
DISTRICT
string
NEFT
boolean
IMPS
boolean
SWIFT
string
ISO3166
string
BANK
string
BANKCODE
string
IFSC
string