D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
kingflamez
/
laravelrave
/
docs
/
banks
/
Filename :
bank-branches.md
back
Copy
# Get Bank Branches This helps you get the bank branches, pass the id of the bank. Click [here](/banks/list-banks) to get bank ids ## Sample ```php <?php $bankId = 191; $branches = Flutterwave::banks()->branches($bankId); dd($branches); ```