Skip to content
Nemo edited this page Jul 18, 2017 · 12 revisions

Razorpay IFSC API Documentation

API server that serves Razorpay's IFSC API. API Root is https://ifsc.razorpay.com/

Routes:

Route Method Response
/:ifsc GET JSON

A sample response is:

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

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

Notes

  • For an invalid IFSC code a 404 is returned.
  • The contact field can either be a string or be null.
  • We currently do not send out MICR codes.

Clone this wiki locally