问题
I have only IFSC/swift code using that IFSC/swift code I want to get bank information like bank name, branch , address...etc
Anyone have idea first it is possible to get bank information from only IFSC/swift code. If yes possible than that type of process what should I do..?
Should I contact to bank or is their any other api or other provider who will provide information which is correct.
Any idea please let me know..?
回答1:
The Search By IFSC Code method of Bank Swift IFSC Code API might help you. Bank Swift IFSC Code is a service that allows users to get any Indian bank's Branch IFSC Code and details. The database includes more than 150 banks and one million branches. The Bank Swift IFSC Code API enables developers to programmatically access their database of IFSC codes, Swift codes, Micr codes, branch codes, and other details for free. A PHP implementation of the API is available.
回答2:
You can use mashape for Search by IFSC code API: https://market.mashape.com/navii/bank-ifsc-and-micr-india#ifsc
edit: [url updated]
回答3:
Officially there is no such API for SWIFT, IFSC and MICR code.
You can find it from RBI web site.
If you want banks details such as bank name, branch, address and contact details for all banks try these links:
Bank name and branches by SWIFT code: http://www.codeforbanks.com/banks/swiftcode/
Bank SWIFT code by bank and branch name: http://www.codeforbanks.com/banks/swift/code/
回答4:
Unfortunately there are no such RESTFUL OFFICIAL API . However you can get an updated list of BANK IFSC Code and branch details from RBI Website .
Also why not build an api yourself? Just download the list, (it is updated periodically on RBI Website ) import into a db table and host it. Avail an api endpoint to get the data from your own webservice. :)
Edit:
I also found this github repo , try that https://github.com/mangrep/ifsc-rest-api
回答5:
IFSC code is more than to find information about bank and its details. There are many option to find but simple and effective way is through official website of represent bank branch locator. Or you can find bank by ifsc code by entering 11 character IFSC code on that box.
回答6:
Yes correct there not such official api for either swift or IFSC code.
However i found one website which gives information about both swift and ifsc codes both and found it to be updated very frequently.
Find Bank info by swift code : http://swiftifsccode.com/bank-from-swift
Find Bank info by IFSC code : http://swiftifsccode.com/bank-from-ifsc
Find Bank info by NEFT code : http://swiftifsccode.com/bank-from-neft-code
Find IFSC codes by bank and branches : http://swiftifsccode.com/
Find Swift codes by bank and branches : http://swiftifsccode.com/swift
And other similar links are also given.
回答7:
I know one REST API which supports search via IFSC or MICR code. Although it has a restriction of 100 hits a day. But I guess that is enough for small to medium websites.
Check here: http://www.firstatom.org/apis/ifsc
来源:https://stackoverflow.com/questions/38651144/how-do-i-get-bank-information-using-ifsc-code-or-swift-code