---
title: "$viva->sources->list()"
method: GET
path: "/Sources/list"
tags: ["Sources"]
---

# $viva->sources->list()

`GET /Sources/list`

Liste toutes les sources de paiement du marchand.

```php
$sources = $viva->sources->list();

foreach ($sources as $source) {
    echo $source['Name'] . ' — ' . $source['SourceCode'] . "\n";
}
```

## Response `200`

Liste des sources de paiement

- object[] — array<int, array<string, mixed>>

---

[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)
