Last updated:
0 purchases
razorpay ifsc
IFSC Razorpay #
Unofficial Razorpay IFSC Toolkit to fetch bank & branch related details from the IFSC Code of Indian Banks 🇮🇳
Getting started #
In your flutter/dart project add the dependency:
razorpay_ifsc:
copied to clipboard
Import the package
import 'package:razorpay_ifsc/razorpay_ifsc.dart';
copied to clipboard
Usage #
final ifscRazorpay = IfscRazorpay();
final bankDetails = await ifscRazorpay.getBankDetails("KKBK0008077");
copied to clipboard
Additional information #
This is an unofficial package developed to contribute to the Flutter Community.
Any bugs found? Feel free to create Issues & PRs
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.