---
title: "$viva->wallets->getTransaction()"
method: GET
path: "/Wallets/getTransaction"
tags: ["Wallets"]
---

# $viva->wallets->getTransaction()

`GET /Wallets/getTransaction`

Récupère les détails d'une transaction de compte.

```php
$txn = $viva->wallets->getTransaction('transaction-uuid');
```

## Query parameters

- `transactionId` string, required

## Response `200`

Détails de la transaction

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