---
title: "$viva->bankAccounts->get()"
method: GET
path: "/BankAccounts/get"
tags: ["BankAccounts"]
---

# $viva->bankAccounts->get()

`GET /BankAccounts/get`

Récupère les détails d'un compte bancaire lié.

```php
$account = $viva->bankAccounts->get('bank-account-uuid');

echo $account['iban'];
echo $account['beneficiaryName'];
```

## Query parameters

- `bankAccountId` string, uuid, required

## Response `200`

Détails du compte bancaire

- object

---

[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/revisions/bcafd06ce584/schema)
