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

Changes

Changed in 1 of the 9 revisions of this API.1