Skip to content

IFSC API

Patlola Praveen Kumar Reddy edited this page Dec 27, 2017 · 1 revision

Welcome to the ifsc-api wiki!. you can use this API to retrieve bank details corresponding to the IFSC.

API Definition: Retrieve Bank details by IFSC.

Root Url: https://ifsc.razorpay.com

Route Method Response
/:ifsc GET JSON

Path Params:

:ifsc (required). The IFSC for which the bank details to be retrieved.

Request: https://ifsc.razorpay.com/ABHY0065201

Response: 200 OK

{
   DISTRICT: "VADODARA",
   ADDRESS: "SHREE KRISHNA BHAVAN, NEAR CHAMPANER GATE, 3259 BANK ROAD, VADODARA 390006,",
   STATE: "GUJARAT",
   CITY: "VADODARA",
   BRANCH: "MANDVI",
   CONTACT: "2424149",
   RTGS: true,
   BANK: "Abhyudaya Co-operative Bank",
   IFSC: "ABHY0065201"
}

Access Control Allow Origin Header value is * for https://ifsc.razorpay.com/ API, you can directly use it from your client.

Access-Control-Allow-Origin: *

Clone this wiki locally