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"
}
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/gviqebbpT5NUt_6i/static/svg/Postman.svg?fit=max&auto=format&n=gviqebbpT5NUt_6i&q=85&s=da47f2b7e10d87befec951aed9468de3

Run in Postman

Headers

Authorization
string
required

JWT access token. For token-generation steps, refer to the Quickstart Guide.

x-api-key
string
required

API key used to identify and authenticate the client.

x-api-version
string

Specifies the API version for the request.

Path Parameters

ifsc
string
required

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

Pattern: ^[A-Za-z]{4}[a-zA-Z0-9]{7}$

Response

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