---
title: "Payment Pages List"
method: GET
path: "/PaymentPages/list/"
tags: ["Payment Pages"]
---

# Payment Pages List

`GET /PaymentPages/list/`

## Query parameters

- `terminal_uid` string, required
- `skip` string — Optional Query variable, From where you want to start take records.in this example you start from the first record
- `take` string — Optional Query variable required if skip have some value. max 500. This means that you want take 5 records.

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

Successful response

- object[]
  - `uid` string
  - `name` string
  - `cashier_uid` string
  - `terminal_uid` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.net/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/versions/2a893057392b/schema)
