unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
593 stars 309 forks source link

Added List Banks and Account Confirmation #179

Closed PrevailExcel closed 3 months ago

PrevailExcel commented 9 months ago

I added two methods

  1. getBanks() - for users (developers) to get lists of banks.
  2. confirmAccount() - Confirm customer account.

This is necessary for purposes of saving customer account for transfers or more.

getBanks() comes with the option of passing data via form requests too.

request()->country = 'nigeria'; paystack()->getBanks();