Account
$viva->account->info()
Récupère les informations du compte marchand.
API: Legacy (www.vivapayments.com/api/accounts/{merchantId}, Basic Auth).
$info = $viva->account->info();
echo $info['merchantId'];
echo $info['businessName'];
echo $info['email'];
get/Account/info
Response
Informations du compte
object required
array<string, mixed> — merchantId, businessName, email, etc.