v9

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-05-05502770.7 KB
Wallets

$viva->wallets->create()

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

$wallet = $viva->wallets->create(
    friendlyName: 'Compte secondaire',
    currencyCode: 'EUR',
);
post/Wallets/create

Request body

friendlyNamestring required

Nom d'affichage du portefeuille

currencyCodestring

Code ISO 4217 alpha (ex: EUR)

Response

Portefeuille créé

object required