---
title: "View"
method: POST
path: "/Transactions/View"
tags: ["Transactions"]
---

# View

`POST /Transactions/View`

## Headers

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

## Request body

- object
  - `transaction_uid` string — Required if there is no more_info. Can be used together with fromDate and untilDate
  - `customer_uid` string — Required if there is no more_info. Can be used together with fromDate and untilDate
  - `fromDate` string — If untilDate not null , so required
  - `untilDate` string — If fromDate not null , so required
  - `more_info` string — Additional search criteria to find transactions based on extra info.

## Response `200`

200

- object
  - `results` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` object[]
    - `transaction` object
      - `transaction_uid` string
      - `transaction_type` string
      - `date` string
      - `status_code` string
      - `transaction_is_cancelled` boolean
      - `amount` number
      - `currency` string
      - `credit_terms` string
      - `payments` object
        - `number_of_payments` integer
        - `first_payment_amount` integer
        - `rest_payments_amount` integer
      - `secure3D` object
        - `status` boolean
        - `tracking` unknown
      - `approval_number` string
      - `voucher_number` string
      - `more_info` string
      - `add_data` unknown
    - `data` object
      - `customer_uid` string
      - `customer_name` string
      - `customer_name_invoice` string
      - `terminal_uid` string
      - `cashier_uid` string
      - `cashier_name` string
      - `items` object[]
        - `discount_amount` integer
        - `discount_type` unknown
        - `discount_value` unknown
        - `quantity` integer
        - `quantity_price` number
        - `name` string
      - `card_information` object
        - `four_digits` string
        - `expiry_month` string
        - `expiry_year` string
        - `card_foreign` string
        - `clearing_id` integer
        - `clearing_name` string
        - `brand_id` integer
        - `brand_name` string
        - `issuer_id` integer
        - `issuer_name` string

## Other responses

- `400` — 400

---

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