razorpay / ifsc

:bank: IFSC Codes Repository
https://ifsc.razorpay.com
MIT License
338 stars 129 forks source link

Add method for retrieving BANKCODE offline #157

Closed ujjwala2318 closed 4 years ago

ujjwala2318 commented 4 years ago

In the libraries, can you please add a way to fetch BANKCODE offline?

captn3m0 commented 4 years ago

The Bank::getDetails('PUNB') method is completely offline. https://github.com/razorpay/ifsc/blob/2c6cadfce38d813294fa937ee64b8894db9d930e/src/php/Bank.php#L1440-L1458

Which language are you trying this in?

ujjwala2318 commented 4 years ago

I'm using Ruby. Is that method available in Ruby?