> For the complete documentation index, see [llms.txt](https://developer-tr.hoppacuzdan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-tr.hoppacuzdan.com/hoppa-gelistirici-ortami/kurumsal-api/25-integration/2-corporate/22-moneycatch-list.md).

# 22 - MoneyCatch List

<mark style="color:blue;">`GET https://apigw.elekse.com/api/hoppa/corporate/moneylist`</mark>

#### Response

```json
{
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": [
        {
            "ReferenceCode": "3TDCX2QQU",
            "InsertDateTime": "2026-08-10T16:15:33.1331769",
            "ExpireDateTime": "2026-08-10T16:55:33.118394",
            "IsProcessed": true,
            "UpdateDateTime": "2026-08-10T17:09:14.6503252",
            "Amount": 1.01,
            "AccountId": 10977,
            "Currency": "Türk Lirası",
            "MoneyCatchTransaction": [
                {
                    "MoneyCatchRequestId": 1647,
                    "BankActivityId": 4914249,
                    "AccountActivityId": 22568947,
                    "SenderFullname": "******",
                    "SenderIban": "TR0*******0001",
                    "Name": "Ziraat Bank - 5028",
                    "InsertDateTime": "2026-08-10T17:09:10.8002346",
                    "InsertDate": "2026-08-10T17:09:10.807"
                }
            ]
        }
    ]
}
```
