Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.18 KB

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:

Import the package

import 'package:razorpay_ifsc/razorpay_ifsc.dart';

Usage

final ifscRazorpay = IfscRazorpay();
final bankDetails = await ifscRazorpay.getBankDetails("KKBK0008077");

Additional information

  • This is an unofficial package developed to contribute to the Flutter Community.

  • Any bugs found? Feel free to create Issues & PRs