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

# $viva->wallets->update()

`PUT /Wallets/update`

Met à jour le nom d'un portefeuille.

```php
$viva->wallets->update(
    walletId: 12345,
    friendlyName: 'Nouveau nom',
);
```

## Query parameters

- `walletId` integer, required
- `friendlyName` string, required

## Response `200`

Portefeuille mis à jour

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