v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Payment Pages

Payment Pages List

get/PaymentPages/list/

Query parameters

terminal_uidstring required
Example:84aa6e4e-fe42-4d5f-b9cd-59dbc3817f10

Your terminal UID.

skipstring

Optional Query variable, From where you want to start take records.in this example you start from the first record

takestring

Optional Query variable required if skip have some value. max 500. This means that you want take 5 records.

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

Successful response

uidstring
namestring
cashier_uidstring
terminal_uidstring

Example response

[
  {
    "uid": "4a07fca6-57b0-4e67-b4c0-eb3918bc24a5",
    "name": "paymentPage-1",
    "cashier_uid": "1bc7b001-d90c-43b3-a8bb-58ab8a3013ba",
    "terminal_uid": "97432e96-3c21-4eb2-9d64-1067e845b35a"
  }
]