musahmusah/laravel-multipayment-gateways
Get list of banks for a given country by shortcode.
$shortCode = 'NG';
$banks = Flutterwave::getBanks($shortCode);
other shortcodes include: GH, KE, UG, ZA or TZ.
Get list of branches for a given bank.
$bankId = 200;
$bankBranches = Flutterwave::getBankBranches($bankId);
How can I help you explore Laravel packages today?