---
title: "$viva->wallets->list()"
method: GET
path: "/Wallets/list"
tags: ["Wallets"]
---

# $viva->wallets->list()

`GET /Wallets/list`

Liste tous les portefeuilles du marchand (réponse basique).

**API: Legacy** (`www.vivapayments.com/api/wallets`, Basic Auth).

```php
$wallets = $viva->wallets->list();

foreach ($wallets as $wallet) {
    echo $wallet['Available'] . ' ' . $wallet['CurrencyCode'] . "\n";
}
```

## Response `200`

Liste des portefeuilles

- object[]

---

[API](https://skmtc.net/qrcommunication/apis/viva-wallet-merchant-sdk-re-fe-rence-php.md) · [All operations](https://skmtc.net/qrcommunication/apis/viva-wallet-merchant-sdk-re-fe-rence-php/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qrcommunication/viva-wallet-merchant-sdk-re-fe-rence-php/versions/bcafd06ce584/schema)
