Cartalyst\Stripe\Api\ExternalAccounts::all PHP Method

all() public method

Returns a list of all the bank accounts from a connected account.
public all ( string $accountId, array $parameters = [] ) : array
$accountId string
$parameters array
return array
    public function all($accountId, array $parameters = [])
    {
        return $this->_get("accounts/{$accountId}/external_accounts", $parameters);
    }