v9

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-05-05502770.7 KB
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.