Razorpay IFSC

Resolve any Indian bank IFSC code to branch details

📈 FinanceUNMONITOREDchecked 29 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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
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 · 6On scheduleFULL DOCS ↗
First rollup pending — GET /HDFC0000001 has been probed
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 unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.