> For the complete documentation index, see [llms.txt](https://developer.paywall.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.paywall.one/payment-orchestration-integration-document/payment-service/22.-list-active-virtual-pos.md).

# 22. List Active Virtual POS

## **List Active Virtual POS**

<mark style="color:blue;">`GET`</mark> `{{Base Adres}}/api/paywall/private/paymentgateway/connected`

{% hint style="info" %}
**Important:** To use the payment initiation service, you must include the **apikeyprivate** and **apiclientprivate** parameters in the **Header**.

[<mark style="color:green;">**PaymentPrivateAPI Address**</mark>](/payment-orchestration-integration-document/environment.md)
{% endhint %}

<table><thead><tr><th width="162">Parameter</th><th width="104.97265625">Type</th><th width="130.4296875">Compolsory</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>regionid</td><td>string</td><td>No</td><td>Region information of your connected provider<br><br>See: <a href="/pages/KiW740WHj5K5RTpukhMh">Regions</a></td></tr><tr><td>start</td><td>int</td><td>Yes</td><td>Start</td></tr><tr><td>length</td><td>int</td><td>Yes</td><td>Bitiş</td></tr></tbody></table>

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

```json
{
    "ErrorCodeType": 1,
    "ErrorMessage": null,
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": {
        "Count": 5,
        "Data": [
            {
                "Id": 1549,
                "PosType": 1,
                "ConnectionName": "Provider1",
                "ProviderKey": "Provider1",
                "ProviderName": "Provider1",
                "DirectPayment": true,
                "ThreeDPayment": true,
                "PaymentWithoutCvv": true,
                "EndOfDayId": 1,
                "InsertDateTime": "2024-07-30T17:23:40.4834701",
                "WeekendSettlement": false,
                "HolidaySettlement": false,
                "IsConnected": true
            },
            {
                "Id": 1546,
                "PosType": 1,
                "ConnectionName": "Provider2",
                "ProviderKey": "Provider2",
                "ProviderName": "Provider2",
                "DirectPayment": true,
                "ThreeDPayment": true,
                "PaymentWithoutCvv": true,
                "EndOfDayId": 1,
                "InsertDateTime": "2024-07-30T15:47:54.1725367",
                "WeekendSettlement": false,
                "HolidaySettlement": false,
                "IsConnected": true
            },
            {
                "Id": 1545,
                "PosType": 2,
                "ConnectionName": "Provider3",
                "ProviderKey": "Provider3",
                "ProviderName": "Provider3",
                "DirectPayment": true,
                "ThreeDPayment": true,
                "PaymentWithoutCvv": true,
                "EndOfDayId": 8,
                "InsertDateTime": "2024-07-30T15:35:41.5829504",
                "WeekendSettlement": false,
                "HolidaySettlement": false,
                "IsConnected": true
            },
            {
                "Id": 1542,
                "PosType": 1,
                "ConnectionName": "Provider4",
                "ProviderKey": "Provider4",
                "ProviderName": "Provider4",
                "DirectPayment": true,
                "ThreeDPayment": true,
                "PaymentWithoutCvv": true,
                "EndOfDayId": 1,
                "InsertDateTime": "2024-07-30T14:11:31.3781593",
                "WeekendSettlement": false,
                "HolidaySettlement": false,
                "IsConnected": true
            },
            {
                "Id": 1538,
                "PosType": 1,
                "ConnectionName": "Provider5",
                "ProviderKey": "Provider5",
                "ProviderName": "Provider5",
                "DirectPayment": true,
                "ThreeDPayment": true,
                "PaymentWithoutCvv": true,
                "EndOfDayId": 1,
                "InsertDateTime": "2024-07-30T13:18:27.3800864",
                "WeekendSettlement": false,
                "HolidaySettlement": false,
                "IsConnected": true
            }
        ]
    }
}
```

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