razorpay / ifsc-api

:bank: Standalone API for IFSC codes
MIT License
79 stars 37 forks source link

IFSC update for SBI bank #29

Closed Nishant-Pathak closed 5 years ago

Nishant-Pathak commented 6 years ago

First of all, I would like to thank this initiative and database, it is very helpful to us for cross verification and auto completion of bank name and ifsc code.

This issue is regarding to the recent news SBI changes IFSC 1300 branches

We can send the pr for updated IFSC. But is there a way to get the mapping of the old ones and new ones. How to figure out which IFSC's has changed ?

captn3m0 commented 6 years ago

@Nishant-Pathak You can find the data at https://github.com/razorpay/ifsc-api/blob/080e319f6b70f8ef04d6267687574e33b3fc6bee/data/redirects.yml

This was part of a PR that added support for bank mergers: https://github.com/razorpay/ifsc-api/pull/13

I wasn't very sure of the approach, and not a lot of people asked for it, so we closed it out. Would be nice if you can help us vet the approach and confirm if this works for you, and we can look at getting it merged.