Skip to main content

ListTransactions

GET 

/orgs/:org_guid/terminals/*/:terminal_guid/transactions

ListTransactions

Request

Path Parameters

    org_guid uuidrequired
    terminal_guid anyrequired

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

    Поиск производится по полям: merchant_id, term_id, authorized_amount, authorization_code, aid, rrn, card_holder, card_number, meta, metadata

    order_by TransactionOrderings

    Possible values: [created_at_asc, created_at_desc, updated_at_asc, updated_at_desc, operation_asc, operation_desc, registered_at_asc, registered_at_desc]

    page_token string
    selection SelectionModes

    Possible values: [alive_only, archived_only, all]

    presentation PresentationModes

    Possible values: [compact, full]

    operation TransactionOperationTypes[]

    Possible values: [Payment, Cancellation, Refund]

    registered_at_from date-time
    registered_at_to date-time
    amount_from int64
    amount_to int64

Header Parameters

    X-LP-Client-Identifier stringrequired

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

    Example: bf828cfe-2db8-47e9-b07f-bdbc5143a1f4
    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

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

    Accept-Language stringrequired

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

    Example: en-US

Responses

Success

Schema

    items

    object[]

    nullable

    items

  • Array [

  • amount

    object

    value int64

    value

    currency CurrencyCodes (string)required

    Possible values: [RUB, GBP, USD, EUR, Unknown]

    type_of string

    type_of

    registered_at date-time

    registered_at

    operation TransactionOperationTypes (string)

    Possible values: [Payment, Cancellation, Refund]

    transaction_type PTTransactionType (string)

    Possible values: [Offline, Online]

    status PTTransactionStatus (string)

    Possible values: [Completed, Hold, Rejected]

    created_at date-time

    created_at

    updated_at date-time

    updated_at

    deleted_at date-timenullable

    deleted_at

    meta stringnullable

    Possible values: <= 128 characters

    meta

    meta_data

    object

    nullable

    meta_data

    property name* string
    guid uuid

    guid

    type_of string

    type_of

  • ]

  • next_page_token stringnullable

    next_page_token

    page_number int32

    page_number

    pages_total int32

    pages_total

    items_per_page int32

    items_per_page

    items_total int32

    items_total

    type_of string

    type_of

Loading...