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

# $viva->wallets->create()

`POST /Wallets/create`

Crée un nouveau portefeuille (sous-compte).

```php
$wallet = $viva->wallets->create(
    friendlyName: 'Compte secondaire',
    currencyCode: 'EUR',
);
```

## Request body

- object
  - `friendlyName` string, required — Nom d'affichage du portefeuille
  - `currencyCode` string — Code ISO 4217 alpha (ex: `EUR`)

## Response `200`

Portefeuille créé

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