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
Response
Portefeuille créé
object required
Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○