Skip to content
Nemo edited this page Feb 4, 2016 · 12 revisions

Razorpay IFSC API Documentation

API server that serves Razorpay's IFSC API. Current API Root is https://ifsc-api.herokuapp.com/

Routes:

Route Method Response
/:ifsc GET JSON

A sample response is:

{
  "BANK": "KARNATAKA BANK LIMITED",
  "IFSC": "KARB0000001",
  "MICR": "NA",
  "BRANCH": "RTGS-HO",
  "ADDRESS": 2228222,
  "CONTACT": "REGD. & HEAD OFFICE, P.B.NO.599, MAHAVEER CIRCLE, KANKANADY, MANGALORE - 575002",
  "CITY": "MANGALORE",
  "DISTRICT": "DAKSHINA KANNADA",
  "STATE": "KARNATAKA"
}

URL: https://ifsc-api.herokuapp.com/KARB0000001 You can see a permalink version of the request here

For an invalid IFSC code a 404 is returned.

Clone this wiki locally