For the complete documentation index, see llms.txt. This page is also available as Markdown.

22 - MoneyCatch List

GET https://apigw.elekse.com/api/hoppa/corporate/moneylist

Response

{
    "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"
                }
            ]
        }
    ]
}

Last updated