Razorpay IFSC

Resolve any Indian bank IFSC code to branch details

📈 FinanceHEALTHYchecked 25 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Razorpay's open IFSC service turns an Indian bank branch code into its bank, branch, address, city and supported rails like NEFT, RTGS, IMPS and UPI. Just append the code to the base URL for keyless JSON. CORS is wide open.

91HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 91 · healthy
Uptime history
98.0%90 days
98.3%30 days
500P50 · ms
1086P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 121 ms, slowest 1055 ms, most recent 478 ms.
Live response samplecaptured by our last successful check
GET https://ifsc.razorpay.com/HDFC0000001

{
  "BANK": "HDFC Bank",
  "IFSC": "HDFC0000001",
  "BRANCH": "TULSIANI CHMBRS - NARIMAN PT",
  "CITY": "GREATER MUMBAI",
  "STATE": "MAHARASHTRA",
  "NEFT": true,
  "UPI": true,
  "SWIFT": "HDFCINBB"
}
Call itcurl · fetch · python
curl "https://ifsc.razorpay.com/HDFC0000001"
const res = await fetch("https://ifsc.razorpay.com/HDFC0000001");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://ifsc.razorpay.com/HDFC0000001")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /HDFC0000001500 mschecked 25 min ago
GET/HDFC0000001PROBED

Resolve any Indian bank IFSC code to branch details

GET/HDFC1

HDFC1 — documented GET route.

GET/HDFC1?limit=5

Paginated variant with limit parameter.

GET/payments

Payments — documented GET route.

GET/engage

Engage — documented GET route.

GET/pos

Pos — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Razorpay IFSC: common questions

Is Razorpay IFSC free to use?

Yes — Razorpay IFSC is a free finance API. Free tier: Free — no API key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Razorpay IFSC need an API key?

No — Razorpay IFSC needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Razorpay IFSC from the browser?

Yes — Razorpay IFSC returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Razorpay IFSC up right now?

As of our last scheduled check, Razorpay IFSC is healthy with 98.0% uptime over 90 days and a 500 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.