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

# $viva->account->wallets()

`GET /Account/wallets`

Récupère les portefeuilles/soldes du marchand (via Account API).

**API: Legacy** (`www.vivapayments.com/api/wallets`, Basic Auth).
Équivalent à `$viva->wallets->list()`.

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

## Response `200`

Portefeuilles du compte

- 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)
