# 1. Transaction-Based

## **Transaction-Based**

<mark style="color:blue;">`GET`</mark> `{{Private Base Address}}/api/paywall/private/vpos/transaction/list/activity`

{% hint style="info" %}
**Important:** To use the **Payment Listing – Transaction-Based** service, you must include the **apikeyprivate** and **apiclientprivate** parameters in the **Header**.ir.\
\
[<mark style="color:green;">**PaymentPrivateAPI Address**</mark>](/payment-orchestration-integration-document/environment.md)
{% endhint %}

{% hint style="warning" %}
The **Payment Listing – Transaction-Based** service lists only the completed transactions of the most recent **T-1 day**. Transactions that have not been completed by the end of the day are not included in this service.
{% endhint %}

{% hint style="danger" %}
In this service, the 🗓️ **date** parameter operates based on the dates of transaction steps (sale, cancellation, refund, partial refund) during filtering.
{% endhint %}

**Sent Header Information:**

<table><thead><tr><th width="192.65234375">Parameter</th><th width="110">Type</th><th width="146.58203125">Compulsory</th><th width="403">Description</th></tr></thead><tbody><tr><td>apikeyprivate</td><td>string</td><td>Yes</td><td>The <strong>Private Key</strong> obtained from the merchant panel.</td></tr><tr><td>apiclientprivate</td><td>string</td><td>Yes</td><td>The <strong>Private Client</strong> obtained from the merchant panel.</td></tr><tr><td>page</td><td>int</td><td>Yes</td><td><p>Number of pages to be listed</p><p></p><p><strong>Min:</strong> 1</p></td></tr><tr><td>pageSize</td><td>int</td><td>Yes</td><td>Number of items per page to be listed<br><br><strong>Maks:</strong> 1000</td></tr><tr><td>date</td><td>DateTime</td><td>Yes</td><td><p>The date for which you want to list transactions</p><p></p><p><strong>Format:</strong> yyyy-MM-dd<br><strong>Rule:</strong> The same day or a future date cannot be provided.</p></td></tr><tr><td>onlySuccess</td><td>bool</td><td>No</td><td>If sent as <strong><code>TRUE</code></strong>, only the successful steps (Activities | Sale, Cancellation, Refund, etc.) of the related transaction will be returned.</td></tr><tr><td>onlyDateSensitiveActivity</td><td>bool</td><td>No</td><td>If sent as <strong><code>TRUE</code></strong>, only the steps of the transaction that match the date specified in the <strong>date</strong> parameter will be returned; steps from other dates will not be included.</td></tr></tbody></table>

**Parameters Returned from the Service**

<table><thead><tr><th width="268">Parameter</th><th width="183.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>Id</td><td>int</td><td>Payment ID</td></tr><tr><td>PosType</td><td>int</td><td>Virtual POS type used for the transactioni<br><br>See: <a href="/pages/axvc46aSyRTn8UqSikqs">Virtual POS Types</a></td></tr><tr><td>RegionId</td><td>int</td><td>Country where the transaction took place<br><br>See: <a href="/pages/KiW740WHj5K5RTpukhMh">Countries</a></td></tr><tr><td>UniqueCode</td><td>Guid</td><td>Tracking code assigned to the transaction by Paywall</td></tr><tr><td>MerchantUniqueCode</td><td>string</td><td>Unique tracking code provided by you at the time of payment initiation</td></tr><tr><td>TrackingCode</td><td>string</td><td>Tracking code provided by you at the time of payment initiation</td></tr><tr><td>Amount</td><td>decimal</td><td>Amount information</td></tr><tr><td>MethodId</td><td>short</td><td>Transaction method<br><br>See: <a href="/pages/Ry0msBeuGT7JjG6Ij5BH">Methods</a></td></tr><tr><td>TypeId</td><td>short</td><td>Transaction type<br><br>See: <a href="/pages/lKKjlHSFhNub8tANQcXz">Types</a></td></tr><tr><td>StatusId</td><td>short</td><td>Transaction status<br><br>See: <a href="/pages/mrO7Ldm0PcNWZXhNk5gq">Statues</a></td></tr><tr><td>Installment</td><td>byte</td><td>Installment information of the transaction</td></tr><tr><td>ChannelId</td><td>short</td><td>Transaction channel information<br><br>See: <a href="/pages/6zwTxPFyZq6Gwzaran3f">Channels</a></td></tr><tr><td>TagId</td><td>int</td><td>Tracking number assigned by you to the transaction</td></tr><tr><td>Ip</td><td>string</td><td>IP address from which the transaction was sent to Paywall</td></tr><tr><td>ClientIp</td><td>string</td><td>Client IP address from which the transaction was performed</td></tr><tr><td>InsertDateTime</td><td>DateTime</td><td>Transaction date and time information</td></tr><tr><td>Card > Owner</td><td>string</td><td>Card information used in the transaction</td></tr><tr><td>Card > Number</td><td>string</td><td>Masked card number used in the transaction</td></tr><tr><td>Commission > Exists</td><td>bool</td><td>Indicates whether any commission information has been identified for the payment</td></tr><tr><td>Commission > Commission</td><td>decimal?</td><td>Detected commission information</td></tr><tr><td>Commission > AppliedInterest</td><td>bool</td><td>Indicates whether maturity was applied to the payment</td></tr><tr><td>Commission > Interest</td><td>decimal?</td><td>Maturity rate applied to the payment</td></tr><tr><td>Commission > OriginalAmount</td><td>decimal</td><td>Original amount of the payment</td></tr><tr><td>Commission > InterestAmount</td><td>decimal?</td><td>Deferred (maturity-applied) amount of the payment</td></tr><tr><td>PaymentGateway > PaymentGatewayId</td><td>int</td><td>Virtual POS connection ID used for the transaction</td></tr><tr><td>PaymentGateway > PaymentGatewayName</td><td>string</td><td>Name assigned to the Virtual POS connection used for the transaction</td></tr><tr><td>PaymentGateway > PaymentGatewayProviderName</td><td>string</td><td>System name of the Virtual POS provider in Paywall used for the transaction</td></tr></tbody></table>

{% tabs %}
{% tab title="JSON" %}
{% code lineNumbers="true" %}

```json
{
    "ErrorCodeType": 1,
    "ErrorMessage": "",
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": {
        "SortType": "asc",
        "Page": 1,
        "PageSize": 10,
        "TotalRecords": 18,
        "Data": [
            {
                "Id": 15203708,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "dab9f22d-04ea-4364-a2f4-b7d07ed63bb5",
                "MerchantUniqueCode": "44f74f64-3d42-424a-8573-b51e05945648_QG5NXNT3722IC1KRWM23",
                "TrackingCode": "44f74f64-3d42-424a-8573-b51e05945648",
                "Amount": 1500.33,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 5,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.139",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T08:45:29.0957844",
                "Card": {
                    "CardBankId": 55,
                    "CardBank": "T.HALK BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 5,
                    "CardFamily": "Paraf",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Test Kartı",
                    "Number": "55287900****0008",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 4.00,
                    "AppliedInterest": true,
                    "Interest": 5.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440432,
                        "TypeId": 1,
                        "StatusId": 5,
                        "Amount": 1500.33,
                        "InsertDateTime": "2025-09-23T08:45:29.400046"
                    }
                ]
            },
            {
                "Id": 15203709,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "f572c9f3-5de6-40c0-bd49-dd566f3df794",
                "MerchantUniqueCode": "44f74f64-3d42-424a-8573-b51e05945648_G8XC7S1PEATCSBT6KIOT",
                "TrackingCode": "44f74f64-3d42-424a-8573-b51e05945648",
                "Amount": 1500.33,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 5,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.139",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T08:45:38.6050515",
                "Card": {
                    "CardBankId": 55,
                    "CardBank": "T.HALK BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 5,
                    "CardFamily": "Paraf",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Test Kartı",
                    "Number": "55287900****0008",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 4.00,
                    "AppliedInterest": true,
                    "Interest": 5.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440435,
                        "TypeId": 1,
                        "StatusId": 5,
                        "Amount": 1500.33,
                        "InsertDateTime": "2025-09-23T08:45:38.8375134"
                    }
                ]
            },
            {
                "Id": 15203793,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "af44696b-804b-4543-9e2c-b103fc4df720",
                "MerchantUniqueCode": "44f74f64-3d42-424a-8573-b51e05945648_W3LZBZZWI1SX8UBNS69V",
                "TrackingCode": "44f74f64-3d42-424a-8573-b51e05945648",
                "Amount": 1500.33,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 5,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:15:10.6936038",
                "Card": {
                    "CardBankId": 55,
                    "CardBank": "T.HALK BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 5,
                    "CardFamily": "Paraf",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Test Kartı",
                    "Number": "55287900****0008",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 4.00,
                    "AppliedInterest": true,
                    "Interest": 5.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440746,
                        "TypeId": 1,
                        "StatusId": 5,
                        "Amount": 1500.33,
                        "InsertDateTime": "2025-09-23T12:15:10.8407724"
                    }
                ]
            },
            {
                "Id": 15203794,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "fcaf97f8-7623-4828-97b3-1c137010aca5",
                "MerchantUniqueCode": "f66c68d1-f050-4ff4-bc32-78a0ddb2fdd1_TMA65DBHXCBGSQWOQBJC",
                "TrackingCode": "f66c68d1-f050-4ff4-bc32-78a0ddb2fdd1",
                "Amount": 1500.00,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 4,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:15:19.806066",
                "Card": {
                    "CardBankId": 61,
                    "CardBank": "T. GARANTİ BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 2,
                    "CardFamily": "Bonus",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Yiğit Çizmeci",
                    "Number": "52695525****0020",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 0.00,
                    "AppliedInterest": false,
                    "Interest": 0.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440749,
                        "TypeId": 1,
                        "StatusId": 4,
                        "Amount": 1500.00,
                        "InsertDateTime": "2025-09-23T12:15:44.4519606"
                    }
                ]
            },
            {
                "Id": 15203795,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "7c2f5352-37c7-408e-907c-830e964b2853",
                "MerchantUniqueCode": "fc313a9f-0a6f-4142-a204-29aa53a55fdf_W3B3JNMVCGCL8UYLG5FW",
                "TrackingCode": "fc313a9f-0a6f-4142-a204-29aa53a55fdf",
                "Amount": 1500.00,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 4,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:15:54.4714702",
                "Card": {
                    "CardBankId": 61,
                    "CardBank": "T. GARANTİ BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 2,
                    "CardFamily": "Bonus",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Yiğit Çizmeci",
                    "Number": "52695525****0020",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 0.00,
                    "AppliedInterest": false,
                    "Interest": 0.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440752,
                        "TypeId": 1,
                        "StatusId": 4,
                        "Amount": 1500.00,
                        "InsertDateTime": "2025-09-23T12:16:28.7544578"
                    }
                ]
            },
            {
                "Id": 15203796,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "571d2fa1-5135-4bfe-861a-ab09de8d905a",
                "MerchantUniqueCode": "f1016cda-d9e5-49d2-b6fe-7114617a1a70_T4W4HC47V4YCFZSKDFEC",
                "TrackingCode": "f1016cda-d9e5-49d2-b6fe-7114617a1a70",
                "Amount": 1500.00,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 4,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:16:37.6918213",
                "Card": {
                    "CardBankId": 61,
                    "CardBank": "T. GARANTİ BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 2,
                    "CardFamily": "Bonus",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Yiğit Çizmeci",
                    "Number": "52695525****0020",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 0.00,
                    "AppliedInterest": false,
                    "Interest": 0.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440755,
                        "TypeId": 1,
                        "StatusId": 4,
                        "Amount": 1500.00,
                        "InsertDateTime": "2025-09-23T12:16:39.2129512"
                    }
                ]
            },
            {
                "Id": 15203797,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "6e4b848f-1542-4bc0-940d-3b4a320056b2",
                "MerchantUniqueCode": "44f74f64-3d42-424a-8573-b51e05945648_TLC9DTMEJNOXAMHIQ69L",
                "TrackingCode": "44f74f64-3d42-424a-8573-b51e05945648",
                "Amount": 1500.33,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 5,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:16:48.0532268",
                "Card": {
                    "CardBankId": 55,
                    "CardBank": "T.HALK BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 5,
                    "CardFamily": "Paraf",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Test Kartı",
                    "Number": "55287900****0008",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 4.00,
                    "AppliedInterest": true,
                    "Interest": 5.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440758,
                        "TypeId": 1,
                        "StatusId": 5,
                        "Amount": 1500.33,
                        "InsertDateTime": "2025-09-23T12:16:48.2020397"
                    }
                ]
            },
            {
                "Id": 15203798,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "711b9ad9-1d7c-445e-bf65-019879010fe4",
                "MerchantUniqueCode": "dfae1270-cb5d-495e-b827-8daf7b45e260_A1RL26NRJ3P4AM8KQHWB",
                "TrackingCode": "dfae1270-cb5d-495e-b827-8daf7b45e260",
                "Amount": 1500.00,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 4,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:16:56.9353463",
                "Card": {
                    "CardBankId": 61,
                    "CardBank": "T. GARANTİ BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 2,
                    "CardFamily": "Bonus",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Yiğit Çizmeci",
                    "Number": "52695525****0020",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 0.00,
                    "AppliedInterest": false,
                    "Interest": 0.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440763,
                        "TypeId": 1,
                        "StatusId": 4,
                        "Amount": 1500.00,
                        "InsertDateTime": "2025-09-23T12:17:09.0156841"
                    }
                ]
            },
            {
                "Id": 15203800,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "74672bf5-9160-488f-a8a4-2833c3b43579",
                "MerchantUniqueCode": "f66c68d1-f050-4ff4-bc32-78a0ddb2fdd1_CTSGU3ATM27KOBUVPVTX",
                "TrackingCode": "f66c68d1-f050-4ff4-bc32-78a0ddb2fdd1",
                "Amount": 1500.00,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 4,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:17:17.8044091",
                "Card": {
                    "CardBankId": 61,
                    "CardBank": "T. GARANTİ BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 2,
                    "CardFamily": "Bonus",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Yiğit Çizmeci",
                    "Number": "52695525****0020",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 0.00,
                    "AppliedInterest": false,
                    "Interest": 0.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440766,
                        "TypeId": 1,
                        "StatusId": 4,
                        "Amount": 1500.00,
                        "InsertDateTime": "2025-09-23T12:17:21.9868615"
                    }
                ]
            },
            {
                "Id": 15203801,
                "PosType": 1,
                "RegionId": null,
                "UniqueCode": "d6c7a2d4-2015-4363-900d-35e1b4e1f3b2",
                "MerchantUniqueCode": "fc313a9f-0a6f-4142-a204-29aa53a55fdf_S3ZYHBLKQPNJK7QDETCX",
                "TrackingCode": "fc313a9f-0a6f-4142-a204-29aa53a55fdf",
                "Amount": 1500.00,
                "MethodId": 2,
                "TypeId": 1,
                "StatusId": 4,
                "Installment": 1,
                "ChannelId": 7,
                "TagId": 0,
                "Ip": "10.20.1.30",
                "ClientIp": "",
                "InsertDateTime": "2025-09-23T12:17:30.7501112",
                "Card": {
                    "CardBankId": 61,
                    "CardBank": "T. GARANTİ BANKASI A.Ş.",
                    "CardBrandId": 1,
                    "CardBrand": "Master Card",
                    "CardFamilyId": 2,
                    "CardFamily": "Bonus",
                    "CardKindId": 1,
                    "CardKind": "Bireysel Kart",
                    "CardTypeId": 1,
                    "CardType": "Credit",
                    "Owner": "Yiğit Çizmeci",
                    "Number": "52695525****0020",
                    "UsedSavedCard": true,
                    "UsedTempCard": false
                },
                "Commission": {
                    "Exists": true,
                    "Commission": 0.00,
                    "AppliedInterest": false,
                    "Interest": 0.00,
                    "OriginalAmount": 1500.00,
                    "InterestAmount": 1500.00
                },
                "PaymentGateway": {
                    "PaymentGatewayId": 1527,
                    "PaymentGatewayName": "tfkbpos",
                    "PaymentGatewayProviderName": "TFKB",
                    "PaymentGatewayProviderKey": "TFKB"
                },
                "Activities": [
                    {
                        "Id": 38440771,
                        "TypeId": 1,
                        "StatusId": 4,
                        "Amount": 1500.00,
                        "InsertDateTime": "2025-09-23T12:17:32.3365332"
                    }
                ]
            }
        ],
        "HasPreviousPage": false,
        "HasNextPage": true
    }
}
```

{% endcode %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.paywall.one/payment-orchestration-integration-document/payment-service/20.-payment-listing/1.-transaction-based.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
