Unofficial Razorpay IFSC Toolkit to fetch bank & branch related details from the IFSC Code of Indian Banks 🇮🇳
In your flutter/dart project add the dependency:
razorpay_ifsc:
Import the package
import 'package:razorpay_ifsc/razorpay_ifsc.dart';
final ifscRazorpay = IfscRazorpay();
final bankDetails = await ifscRazorpay.getBankDetails("KKBK0008077");
-
This is an unofficial package developed to contribute to the Flutter Community.
-
Any bugs found? Feel free to create Issues & PRs