Skip to main content

Получить список терминалов СБП организации

GET 

/v5/orgs/:org_guid/terminals/quick-payments

Коды возможных ошибок:

[500]: "InternalServerError" - внутренняя ошибка сервера [429]: "TooManyRequests" - превышено ограничение на количество запросов в секунду [401]: "Unauthorized" - для выполнения операции требуется авторизация [403]: "NoPermissions" - нет прав на выполнение этой операции [404]: "NotFound" - запрашиваемый объект или его родительский объект не найдены [422]: "RequestIsNotValid" - параметры запроса не прошли валидацию

Важная информация!

Поиск по списку производится по полям: "model", "terminal_id" and "merchant_id".

Request

Path Parameters

    org_guid uuidrequired

    Уникальный идентификатор организации

Query Parameters

    created_from date-time
    created_to date-time
    updated_from date-time
    updated_to date-time
    query string

    Possible values: non-empty and <= 64 characters

    Поиск производится по полям: model, merchant_id, term_id, meta, metadata

    order_by TerminalOrderings

    Possible values: [created_at_asc, created_at_desc, updated_at_asc, updated_at_desc, model_asc, model_desc, terminal_id_asc, terminal_id_desc, merchant_id_asc, merchant_id_desc]

    page_token string
    selection SelectionModes

    Possible values: [alive_only, archived_only, all]

    presentation PresentationModes

    Possible values: [compact, full]

Header Parameters

    Accept-Language stringrequired

    Язык используемый для ответов

    Example: ru-RU
    X-LP-Client-Identifier stringrequired

    Идентификатор клиента

    Example: d94259f2-b42f-4d08-9bcb-f4263d4bd6f7
    X-LP-Client-Type stringrequired

    Possible values: [Unknown, App, WebApp, Service]

    Тип клиента

    Example: App
    X-LP-Client-Name string

    Имя клиента

    Example: Swagger
    X-LP-Client-OS-Name string

    ОС клиента

    Example: SwaggerDoc
    X-LP-Client-OS-Version string

    Версия ОС клиента

    Example: 1.0
    X-LP-Client-Screen-Resolution string

    Разрешение экрана ОС клиента

    Example: 1280x0900
    X-LP-Client-Model string

    Модель оборудования клиента

    Example: Chrome 75
    X-LP-Organization-Alias string

    Организация по умолчанию

    X-LP-Client-Extensions csv

    Поддерживаемые клиентом расширения моделей

Responses

Success

Schema

    items

    object[]

    nullable

  • Array [

  • type_of stringnullable

    extensions

    QuickPaymentsTerminalExtensions

    Расширения

    lifepos_quick_payments

    object

    company_guid stringrequired
    merchant_guid stringrequired
    terminal_guid stringrequired
    version stringrequired

    Possible values: non-empty and <= 8 characters

    model stringrequired

    Possible values: <= 24 characters

    terminal_id stringrequired

    Possible values: <= 24 characters

    merchant_id stringnullable

    Possible values: <= 24 characters

    organization

    object

    guid uuid
    type_of stringnullable
    created_at date-time
    updated_at date-time
    deleted_at date-timenullable
    meta stringnullable

    Possible values: <= 128 characters

    meta_data

    object

    nullable

    property name* string
    guid uuid
  • ]

  • next_page_token stringnullable
    page_number int32
    pages_total int32
    items_per_page int32
    items_total int32
    type_of stringnullable
Loading...