---
title: "$viva->account->info()"
method: GET
path: "/Account/info"
tags: ["Account"]
---

# $viva->account->info()

`GET /Account/info`

Récupère les informations du compte marchand.

**API: Legacy** (`www.vivapayments.com/api/accounts/{merchantId}`, Basic Auth).

```php
$info = $viva->account->info();

echo $info['merchantId'];
echo $info['businessName'];
echo $info['email'];
```

## Response `200`

Informations du compte

- object — array<string, mixed> — merchantId, businessName, email, etc.

---

[API](https://skmtc.net/qrcommunication/apis/viva-wallet-merchant-sdk-re-fe-rence-php.md) · [All operations](https://skmtc.net/qrcommunication/apis/viva-wallet-merchant-sdk-re-fe-rence-php/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qrcommunication/viva-wallet-merchant-sdk-re-fe-rence-php/versions/bcafd06ce584/schema)
